JingMatrix

Results 157 comments of JingMatrix

Please update the full_description part. Current one is outdated and didn't explain anything about DevTools. You can send the README to AI for generating a short description.

Hello, I was thinking that if it is possible to update via GitHub Actions? The release version is always outdated because browser evolves very fast. Hence, the one provide on...

Sorry about the delay, I will study your document to understand the situation better.

I can currently do it with a local http server, maybe this feature is not necessary.

Hi, I don't see how this patch helps to hide ADs. I logged the `FetchMessageRequest` instances, and here are the results: ``` FetchMessageRequest(locale=fr_FR, triggerType=URI, triggerPatterns=[spotify:home], entityUri=spotify:home, opportunityId=ceb5de9c-883b-42a4-a692-0edef88dfd56, purchaseAllowed=true) FetchMessageRequest(locale=fr_FR, triggerType=URI,...

Thank you for giving the example. I found that to disable the ADs, it suffcies to change the `purchaseAllowed` parameter ``` FetchMessageRequest(locale=fr_FR, triggerType=CLIENT_EVENT, triggerPatterns=[upsell:streaming-quality:v1], entityUri=upsell:streaming-quality:v1, opportunityId=856dfba1-8e5a-4cdd-8863-71ed4c8ca50a, purchaseAllowed=false) ``` And do...

To build the binary, it suffices to run the following task: ``` gradle nativeCompile ``` Then you can add the compile binary into your local PATH env: ``` ln -sf...

Are you able to take logs using `adb`? Please first try the latest debug CI build, and then post your logs using ``` adb logcat -s AndroidRuntime LSPatch LSPosed LSPatch-MetaLoader...

I suggest **not to** check the option `Inject loader dex`.

The command here https://github.com/JingMatrix/LSPatch/issues/15#issuecomment-2489317025 will save logs to a file `lspatch.log`.