Added MORE Buttons

This commit is contained in:
0xmac 2024-09-22 23:23:07 +02:00
parent 0b95c8d799
commit 18c11ed262

View File

@ -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"));
updateStyle(localStorage.getItem("style"));