Added MORE Buttons
This commit is contained in:
parent
0b95c8d799
commit
18c11ed262
@ -55,7 +55,10 @@ funButtons = [
|
|||||||
// ["No NFT's", "", "global/nftbutton.gif"],
|
// ["No NFT's", "", "global/nftbutton.gif"],
|
||||||
["Anything but Chrome", "https://librewolf.net/", "global/nochrome.png"],
|
["Anything but Chrome", "https://librewolf.net/", "global/nochrome.png"],
|
||||||
["UBlock Origin Now!", "https://ublockorigin.com/", "global/ublock.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 */
|
/* Available Themes located in the footer */
|
||||||
@ -259,4 +262,4 @@ stylebutton.addEventListener("change", (event) => {
|
|||||||
localStorage.setItem("style", event.target.value);
|
localStorage.setItem("style", event.target.value);
|
||||||
});
|
});
|
||||||
|
|
||||||
updateStyle(localStorage.getItem("style"));
|
updateStyle(localStorage.getItem("style"));
|
||||||
|
Loading…
Reference in New Issue
Block a user