New poem: Yuzu
This commit is contained in:
parent
94769dc920
commit
75561e6790
19 changed files with 221 additions and 74 deletions
11
MirrorKiller.js
Executable file
11
MirrorKiller.js
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Script to block known unauthorized mirrors
|
||||
written by Vane Vander <https://mayvaneday.org>
|
||||
released under MIT License
|
||||
*/
|
||||
|
||||
let text = window.location.href;
|
||||
let nun = text.includes("nun7gbqj6tro");
|
||||
if ((nun === true)) {
|
||||
window.location.replace("https://theannoyingsite.com");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue