Page load and... what ? No cookie ? Net is now marvelous !
< Feedback on 🌐 delete cookies 🍪
change all lines with /*
at the end of each line
Thanks to you, CY Fung, that's right, i must fix this problem tommorow, but it will be a really better update, i will simply replace all @match by a simple "@match *://*/*" ! And this will apply on ALL websites ever ! And sorry if my english is so dumb im French and im 14 yo 'x)
New update, new code, a lot of new things ! Fixed all bugs.
New update, new code, a lot of new things ! Fixed all bugs.
It is a completely different script...
Anyway, please don't do window.onload = xxx
in every website. It will break many websites.
Change window.onload = refuse;
to window.addEventListener('load', refuse, false);
or document.addEventListener('DOMContentLoaded', refuse, false);
I guess notif
and searchHTML
can be local like onlyText
and refuse
so that it will not affect the window
object.
Oh thank you very much for your help, i didnt used DOMContentLoaded because i did a mistake on the code, i didnt fixed that, thats a long history. notif and searchHTML are global because i needed for debugging. I will fix everything. Thank you !
BTW, Is the code useful to you ? What do you think about the new Code ?
got 3 errors before installed
line 12: https://www.google.com
line 28: https://diep.io
line 30: https://slither.io
i added a "/" at end of each line. i presume this is the fix?