Created
May 3, 2021 10:04
-
-
Save somerandompiggo/4761098d910a25735b26e7192cc43fd7 to your computer and use it in GitHub Desktop.
very poggers script that kills ghostery popup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| setTimeout(function(){ killDaGhost(); }, 10); | |
| // amogus wait for drip | |
| function killDaGhost() { | |
| var myobj = document.getElementById("ghostery-count"); | |
| myobj.remove(); | |
| var dababy = document.getElementById("ghostery-box"); | |
| dababy.remove(); | |
| var dababysnek = document.getElementById("ghostery-trackerList"); | |
| // snek!!?!1/!?? | |
| dababysnek.remove(); | |
| var dababypoggies = document.getElementById("ghostery-pb-background"); | |
| // lael | |
| dababypoggies.remove(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment