woheller69/browser

Greasemonkey scripts not working

Kurasami opened this issue · 8 comments

I've been trying to get scripts working and nothing is happening. I copy-paste the script in from Greasyfork and it simply doesn't work.

If I enable the debug option, I can't see any logs or information anywhere (where is it?) however, the browser becomes extremely slow with this option enabled.

I also checked the instructions here: #11 (comment)
and according to this, it should work fine.

I'm using Browser version: 1.6 from the F-Droid repo.

If debug is on, you see a toast message, if your script is executed

Yeah no toast message at all.

Then your @match probably does not match the Url...

I want it to match every single site I visit. The script doesn't make use of @match at all because it is supposed to run everywhere.

// ==UserScript==
// @name Test
// @match https://*.*/
// @run-at document-end
// ==/UserScript==
alert("Test");

This runs everywhere

825i commented

Thanks. It would be great if this was listed on the scripts page of the settings so people knew this was the case.

I have added it already in the updated Readme on my current development branch for the Cookie Banner Blocker

https://github.com/woheller69/browser/tree/cookieBannerBlocker

Will be released soon

825i commented

Awesome!