userscripts
userscripts copied to clipboard
Various browser userscripts I created/maintain
Here is something that's been working for me recently. I found this script on greasyfork once my previous one stopped working. It's been reliable so far thank you! When we...
Withinwebpack
I have been experiencing various issues with the userscript when using it. - I have had cases where the 2nd ad did not get muted. - I have had cases...
My scripts here: https://github.com/TheBestPessimist/UserScripts/blob/master/youtube-auto-dislike/youtube-auto-dislike.user.js#L36-L43 I am calling `waitForUrl(waitForElems())`, and `waitForElems` is called before the content of the page is updated. It looks as if `waitForUrl` is "too fast". Am I...
This fixes the following error on Chrome, which prevented the script from working: ``` TypeError: Failed to set the 'innerHTML' property on 'Element': This document requires 'TrustedHTML' assignment. ```