jingmatrix 最近的时间轴更新
jingmatrix's repos on GitHub
Java · 1439 人关注
LSPosed
LSPosed Framework resuscitated
Kotlin · 672 人关注
ChromeXt
UserScript and DevTools supports for Chromium based and WebView based browsers
Java · 170 人关注
LSPatch
LSPatch: A non-root Xposed framework extending from LSPosed
Shell · 17 人关注
MagiskFonts
Add custom fonts to Android for system-wise usage
Python · 7 人关注
Shell
Shell scripts and desktop configurations of my daily life
Kotlin · 6 人关注
Pixelify-Google-Photos
Pixelify GPhotos
Python · 4 人关注
Alibrary
Database toolkit for aliyundrive share links
Java · 4 人关注
CorePatch
Disable signature verification For Android
2 人关注
JingMatrix
Java · 2 人关注
termux-monet
Termux Monet - a terminal emulator application for Android 8+ OS extendible by variety of packages, with Monet support and experimental features.
Python · 2 人关注
tg
terminal telegram client that really works
HTML · 1 人关注
cv
CV designed for my personal blog
Meson · 1 人关注
gvc
build libgnome-volume-control manually
HTML · 1 人关注
jingmatrix.github.io
This is my personal blog, writing and programming is fun. N'est ce pas?
C++ · 1 人关注
LSPlant
A hook framework for Android Runtime (ART)
Python · 1 人关注
sigil-cli
Run sigil script in command line
C · 1 人关注
sioyek
Sioyek is a PDF viewer designed for reading research papers and technical books.
HTML · 0 人关注
Dehazoid
Source code of a project in WHU(大学生创新创业项目)
C++ · 0 人关注
Dobby
a lightweight, multi-platform, multi-architecture hook framework.
JavaScript · 0 人关注
gnome-shell-extension-gsconnect
KDE Connect implementation for GNOME
JavaScript · 0 人关注
h2snake
Game of snake on a hyperbolic surface of genus 2, written in Javascript
JavaScript · 0 人关注
hyperbolic-canvas
The Poincaré disk model of the hyperbolic plane on the HTML canvas 💫
JavaScript · 0 人关注
live2d-widget.js
Live2D on webpages with out-of-the-box experience.
C++ · 0 人关注
LSPlt
Simple PLT hook for Android
Python · 0 人关注
lucaschessR
Chess GUI
0 人关注
ManifestEditor
This is a tool used to modify Android Manifest binary file.
HTML · 0 人关注
mikutap
A Mainland China Friendly and independent version extracted from https://aidn.jp/mikutap
C++ · 0 人关注
pplatex
Pretty-Print LaTeX: A tool to reformat the output of latex and friends into readable messages
Python · 0 人关注
qutebrowser
A keyboard-driven, vim-like browser based on PyQt5.
C++ · 0 人关注
semi-discrete-Wasserstein-barycenter
An algorithm to computer Wasserstein barycenter
jingmatrix

jingmatrix

V2EX 第 555032 号会员,加入于 2021-09-03 05:00:43 +08:00
jingmatrix 最近回复了
43 天前
回复了 zzzmh 创建的主题 Android 新手求问 安卓 root magisk lsposed 后怎么找模块
@ccleendww 我在维护着 LSPosed 对 Android 15 的支持
https://github.com/JingMatrix/LSPosed
我目前在开发和维护着 LSPosed 以及 LSPatch ,已经适配了目前最新的 Android 15 QPR1 Beta 1.
https://github.com/JingMatrix/LSPosed
https://github.com/JingMatrix/LSPatch
2023-10-02 21:29:35 +08:00
回复了 catfan 创建的主题 分享创造 Gear 浏览器里程碑更新,真正能支持油猴脚本的 iOS 浏览器
Android 用户请参见我的开源项目 [ChromeXt]( https://github.com/JingMatrix/ChromeXt) 。
我刚发布的 v3.8 版本已经可以做到从外部无法检测到 ChromeXt 的存在。
隐私和安全性兼得。
2023-09-09 17:56:35 +08:00
回复了 icoming 创建的主题 问与答 Android 端没有好用的浏览器
如果你会写一些用户脚本的话,这些需求都可以简单实现。悬浮应该调用 picture-in-picture API 。
去广告的,写一些 cosmetic filters 或者 CSP rules 。

推荐使用我的模块 [ChromeXt]( https://github.com/JingMatrix/ChromeXt) ,为 Chromium 系列添加脚本支持。
2023-09-07 17:25:23 +08:00
回复了 maleclub 创建的主题 程序员 天下乌鸦一般黑,寻求一款能替代 Chrome/Edge 的浏览器
如果还是选择 Chromium 系列的浏览器,可以使用 Xposed 插件 ChromeXt[https://github.com/JingMatrix/ChromeXt] 来支持用户脚本。
2023-09-06 05:27:06 +08:00
回复了 kernelpanic 创建的主题 分享发现 Android 14 即使 root 设备也将无法修改系统证书。
使用 LSPosed 应该可以修改 SystemCertificateSource 类,让它不从 /apex/com.android.conscrypt/cacerts 里面读证书。这样就自然地回到了 Android 13 的情况。

而且用户证书选项还在,应该是可以用的,要不然很多企业 WiFi 都没法用了。
综上所述,原博文耸人听闻而已,或是作者没有尝试过 LSPosed.
2023-08-30 15:56:29 +08:00
回复了 justincnn 创建的主题 Android android 上除了 kiwi 外,有其他浏览器推荐么?
如果你手机 Root 的话,推荐我写的开源 Xposed 插件 ChromeXt[https://github.com/JingMatrix/ChromeXt] 。

100kb 大小,支持 Chromium 和 WebView 系列的浏览器,让它们可以运行脚本、打开开发者工具。

如果没有 Root ,可以与 LSPatch 搭配使用。
2023-08-23 00:47:37 +08:00
回复了 cbdyzj 创建的主题 分享创造 我写了一个把 Userscript 注入到网页中的小扩展
我的 [ChromeXt]( https://github.com/JingMatrix/ChromeXt) 写得复杂的一部分原因就是为了避免使用禁用 CSP 的粗暴手段。

对网站运行的影响越小越好。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2822 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 14:29 · PVG 22:29 · LAX 07:29 · JFK 10:29
Developed with CodeLauncher
♥ Do have faith in what you're doing.