diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
| commit | 435aeb674198769b61b0ee8d82f85a108bacf49e (patch) | |
| tree | 2c87322d81130062e62afc04a22ef1e664a4622c /webring/linuxring/script/onionring-variablesnew.js | |
maintainence
Diffstat (limited to 'webring/linuxring/script/onionring-variablesnew.js')
| -rw-r--r-- | webring/linuxring/script/onionring-variablesnew.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webring/linuxring/script/onionring-variablesnew.js b/webring/linuxring/script/onionring-variablesnew.js new file mode 100644 index 0000000..fe15a95 --- /dev/null +++ b/webring/linuxring/script/onionring-variablesnew.js @@ -0,0 +1,9 @@ +let script = document.createElement("script"); +script.src = "https://teethinvitro.neocities.org/webring/linuxring/ring.js"; +setTimeout(() => { + document.getElementById("linuxring").replaceWith(script); +}, 100); + +console.log("%cThis page is using an outdated version of the *nixRing widget. Head over to https://teethinvitro.neocities.org/webring/linuxring to grab the new one."); + +// webstring v2.1 by june @ juneish.neocities.org |
