From 18c11ed262bbc591b2462b34e16b403524455d41 Mon Sep 17 00:00:00 2001 From: 0xmac Date: Sun, 22 Sep 2024 23:23:07 +0200 Subject: [PATCH] Added MORE Buttons --- global/global.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/global/global.js b/global/global.js index 491b85f..d6a7ad0 100644 --- a/global/global.js +++ b/global/global.js @@ -55,7 +55,10 @@ funButtons = [ // ["No NFT's", "", "global/nftbutton.gif"], ["Anything but Chrome", "https://librewolf.net/", "global/nochrome.png"], ["UBlock Origin Now!", "https://ublockorigin.com/", "global/ublock.png"], -// ["Get a Website - Landchad", "https://landchad.net/", "global/landchad.gif"] + ["Get a Website - Landchad", "https://landchad.net/", "global/landchad.gif"], + ["Internet Privacy Now!", "https://anonymousplanet.org/", "global/internetprivacy.gif"], + ["Encrypt Your Shit", "https://gitlab.com/cryptsetup/cryptsetup", "global/encryptyourshit.gif"], + ["No Web 3!", "", "global/noweb3.gif"], ]; /* Available Themes located in the footer */ @@ -259,4 +262,4 @@ stylebutton.addEventListener("change", (event) => { localStorage.setItem("style", event.target.value); }); -updateStyle(localStorage.getItem("style")); \ No newline at end of file +updateStyle(localStorage.getItem("style"));