Results 54 comments of binarynoise

At least add a button to copy the command (without `adb shell` but with `su -c`) to the clipboard or make it selectable so we can paste it into our...

I forked the project (need to upload the changes, though) and implemented root. Didn't need to add a root lib, just used ``` kotlin Runtime.getRuntime().exec(arrayOf( "su", "-c", "pm grant ${BuildConfig.APPLICATION_ID}...

@franciscofranco @notpushkin Here is the code of my fork: https://github.com/franciscofranco/Demo-Mode-tile/compare/master...binarynoise:master What do you think?

The total value is not incorrect (100% per disk, just like with the CPUs), it just has weird scaling. But good to know, that you are already working on that...

Also caused by `com.google.android.play.core.internal.ac`

Please put the warning at the top of the page because to bottom won't always be shown and I only found it by accident

Ah, sorry I forgot! Here is what I initially see: ![Screenshot_20220324-160725_Firefox](https://user-images.githubusercontent.com/50302352/159947621-408af742-13a9-42b6-93f6-51457ff2485b.png) This is when I zoom out: ![Screenshot_20220324-160733_Firefox](https://user-images.githubusercontent.com/50302352/159947680-885c1bf0-990b-458d-8a01-cbe59f57752e.png) I'm on Firefox for Android: 98.2.0 (Build #2015868579), 2b529a583+ AC: 98.0.12, 9ad94b2a33...

> Block page template: add possibility to customize the template (set customized HTML for example) Would be cool to have an option to have the blocked URL in a text...

It's not an existing box, I envisioned something like this: ![grafik](https://user-images.githubusercontent.com/50302352/168139215-c977505d-a393-477b-9504-41534f72be71.png) So I can select and copy the URL from there. The export/import feature works great, but won't work in...