startpage

Simple text centric startpage
Log | Files | Refs | README

commit a2ed5e276e6caf2174607a6775ae51f35b7b6084
parent 6e4421bf49f5ae6943ba765401bb2b9313e883bf
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue, 18 Aug 2026 22:41:08 +0100

Multi Reddit array

Diffstat:
Mindex.html | 104++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 103 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -36,6 +36,108 @@ </div> <ul id="bookmarkList"></ul> <script> + + const subreddits = [ + "2007scape", + "abruptchaos", + "anticonsumption", + "antiwork", + "architecturalrevival", + "askreddit", + "beermoneyuk", + "casualuk", + "catastrophicfailure", + "childrenfallingover", + "chrissimpsonsartist", + "collapse", + "comics", + "commandline", + "compoface", + "confusing_perspective", + "consoom", + "cozyplaces", + "cryptocurrency", + "cyberpunk", + "datahoarder", + "dataisbeautiful", + "designporn", + "diyuk", + "donthelpjustfilm", + "earthporn", + "emulation", + "etymologymaps", + "explainlikeimfive", + "factorio", + "fpgagaming", + "fuckcars", + "gametrade", + "getnoted", + "hardwareswapuk", + "holdmyredbull", + "homeserver", + "idiotsincars", + "imaginarysliceoflife", + "irleastereggs", + "itsaunixsystem", + "justrolledintotheshop", + "kidsarefuckingstupid", + "leopardsatemyface", + "linux", + "linux_devices", + "linux_gaming", + "malelivingspace", + "mapporn", + "maybemaybemaybe", + "mechanical_gifs", + "minimalism", + "moviedetails", + "moviesinthemaking", + "nixos", + "nonononoyes", + "norge", + "norsk", + "oddlyterrifying", + "orphancrushingmachine", + "outoftheloop", + "patientgamers", + "piracy", + "pizzacrimes", + "praisethecameraman", + "prepperintel", + "printsf", + "programmerhumor", + "propagandaposters", + "scarysigns", + "schuylkillnotes", + "secondsketch", + "seedboxes", + "selfhosted", + "sffpc", + "shitamericanssay", + "shittyrobots", + "softwaregore", + "spottedonrightmove", + "stallmanwasright", + "startpages", + "stupidfood", + "suckless", + "terraria", + "thatsabooklight", + "theyknew", + "tipofmytongue", + "todayilearned", + "tombstoning", + "trippinthroughtime", + "unixporn", + "vandwellers", + "wellthatsucks", + "whatcouldgowrong", + "whatisthisthing", + "windowsmodding", + "worldnews", + "youshouldknow" + ]; + const bookmarks = [ { name: "/g/ Technology", url: "https://boards.4channel.org/g/" }, { name: "/r/Roms Megathread", url: "https://r-roms.github.io/" }, @@ -106,7 +208,7 @@ { name: "Radiooooo", url: "https://radiooooo.com/" }, { name: "Real Time Lightning Map", url: "https://www.lightningmaps.org/" }, { name: "Redactle", url: "https://redactle.net/" }, - { name: "Reddit", url: "https://old.reddit.com/" }, + { name: "Reddit", url: "https://old.reddit.com/r/" + subreddits.join("+") + "/" }, { name: "Rightmove", url: "https://www.rightmove.co.uk/" }, { name: "Showcase", url: "https://www.showcasecinemas.co.uk/showtimes/showcase-cinema-de-lux-leeds" }, { name: "Sliding Puzzle Solver", url: "https://jweilhammer.github.io/sliding-puzzle-solver/" },