Greasy Fork is available in English.

🌐 suppression de l'avertissement des cookies 🍪

Confirme l'acceptation des cookies pour le faire disparaître définitivement.

< Commentaires sur 🌐 suppression de l'avertissement des cookies 🍪

Question / commentaire

§
Posté le: 08/06/2023

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?

change all lines with /* at the end of each line

§
Posté le: 09/12/2023

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)

§
Posté le: 10/12/2023

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);

§
Posté le: 10/12/2023
Édité le: 10/12/2023

I guess notif and searchHTML can be local like onlyText and refuse so that it will not affect the window object.

§
Posté le: 10/12/2023

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 !

§
Posté le: 10/12/2023

BTW, Is the code useful to you ? What do you think about the new Code ?

Poster une réponse

Connectez-vous pour poster une réponse.