2023-11-03 07:52:00 -05:00
<!DOCTYPE html>
< html >
< head >
2024-07-31 23:13:48 -05:00
< meta charset = "UTF-8" >
2025-04-09 14:01:12 -05:00
< title > Synth Download!< / title >
2024-10-28 22:55:31 -05:00
< link rel = "icon" type = "image/png" href = "/assets/favicon.png" >
2025-04-15 11:50:08 -05:00
< link rel = "stylesheet" type = "text/css" href = "/styles/accessibility.css" >
< link rel = "stylesheet" type = "text/css" href = "/styles/animations.css" >
< link rel = "stylesheet" type = "text/css" href = "/styles/at-media.css" >
< link rel = "stylesheet" type = "text/css" href = "/styles/colors.css" >
< link rel = "stylesheet" type = "text/css" href = "/styles/font.css" >
< link rel = "stylesheet" type = "text/css" href = "/styles/footer.css" >
< link rel = "stylesheet" type = "text/css" href = "/styles/icons.css" >
< link rel = "stylesheet" type = "text/css" href = "/styles/index.css" >
< link rel = "stylesheet" type = "text/css" href = "/styles/navbar.css" >
< link rel = "stylesheet" type = "text/css" href = "/styles/style.css" >
< link rel = "stylesheet" type = "text/css" href = "/styles/window.css" >
2024-12-10 21:32:41 -06:00
< link rel = "canonical" href = "https://synth.download/" >
2024-11-01 01:30:41 -05:00
< link rel = "me" href = "https://booping.synth.download/@sneexy" >
< link rel = "me" href = "https://beeping.synth.download/@sneexy" >
2024-07-31 23:13:48 -05:00
< link rel = "me" href = "https://git.gay/sneexy" >
2024-05-22 08:57:04 -05:00
< meta lang = "en-US" >
2024-12-10 21:32:41 -06:00
< meta property = "og:url" content = "https://synth.download/" >
2023-11-05 22:29:29 -06:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2025-04-09 13:51:07 -05:00
< script src = "/alt-popup.js" > < / script >
2025-04-09 15:20:57 -05:00
< script src = "/settings.js" > < / script >
2025-04-09 13:51:07 -05:00
< script src = "/button.js" > < / script >
2023-11-03 07:52:00 -05:00
< / head >
< body >
2024-08-11 13:44:26 -05:00
<!-- top navbar -->
< div class = "navbar" >
2025-04-09 14:01:12 -05:00
< a class = "nav-base nav-left nav-baselink" href = "/" > < span class = "tabler--grid-dots" > < / span > Synth Download!< / a >
2025-04-09 13:51:07 -05:00
< details class = "nav-base nav-left nav-baselink-mobile" >
2025-04-07 11:26:39 -05:00
< summary > < span class = "tabler--grid-dots" > < / span > s < span aria-hidden = "true" class = "dot" style = "background-color: var(--background) !important;" > < / span > d!< / summary >
2024-12-09 01:32:59 -06:00
< ul >
2024-10-01 11:03:06 -05:00
< li >
2025-04-09 14:01:12 -05:00
< a href = "/" > < span class = "tabler--home" > < / span > Home< / a >
2024-10-01 11:03:06 -05:00
< / li >
2024-10-19 13:44:20 -05:00
< li >
2025-04-09 14:01:12 -05:00
< a href = "/me" > < span class = "tabler--user" > < / span > About me< / a >
2024-10-19 13:44:20 -05:00
< / li >
2024-10-01 11:03:06 -05:00
< li >
2025-04-09 14:01:12 -05:00
< a href = "https://notebook.synth.download" > < span class = "tabler--notebook" > < / span > Notebook< / a >
2024-10-01 11:03:06 -05:00
< / li >
< li >
2025-04-09 14:01:12 -05:00
< a href = "/me#links" > < span class = "tabler--link" > < / span > Links< / a >
2024-10-01 11:03:06 -05:00
< / li >
< / ul >
< / details >
2025-04-09 13:51:07 -05:00
< nav class = "nav-base nav-left nav-links" >
2025-04-09 14:01:12 -05:00
< a href = "/" > < span class = "tabler--home" > < / span > Home< / a >
2024-12-10 15:41:28 -06:00
< div class = "dot" > < / div >
2025-04-09 14:01:12 -05:00
< a href = "/me" > < span class = "tabler--user" > < / span > About me< / a >
2024-12-10 15:41:28 -06:00
< div class = "dot" > < / div >
2025-04-09 14:01:12 -05:00
< a href = "https://notebook.synth.download" > < span class = "tabler--notebook" > < / span > Notebook< / a >
2024-12-10 15:41:28 -06:00
< div class = "dot" > < / div >
2025-04-09 14:01:12 -05:00
< a href = "/me#links" > < span class = "tabler--link" > < / span > Links< / a >
2024-08-11 13:44:26 -05:00
< / nav >
2025-04-09 13:51:07 -05:00
< details aria-label = "Accessibility Settings" class = "nav-base nav-right nav-accessibility" >
< summary > < span aria-label = "Accessibility Settings" class = "tabler--accessible" > < / span > < / summary >
< ul >
< li >
< p > Accessibility Settings< / p >
2025-04-09 15:20:57 -05:00
< / li >
< li >
< span aria-hidden = "true" class = "seperator" > < / span >
< p class = "caption section" style = "font-size: smaller; opacity: .9;" > Theme< / p >
< p class = "caption" style = "color: var(--red);" > Only works with JavaScript.< / p >
< span >
< input type = "radio" id = "theme-auto" name = "theme-setting" value = "auto" checked / >
< label for = "theme-auto" > System (Auto)< / label > < br >
< / span >
< span >
< input type = "radio" id = "theme-light" name = "theme-setting" value = "light" / >
< label for = "theme-light" > Light< / label > < br >
< / span >
< span >
< input type = "radio" id = "theme-dark" name = "theme-setting" value = "dark" / >
< label for = "theme-dark" > Dark< / label > < br >
< / span >
2025-04-09 13:51:07 -05:00
< / li >
< li >
< span aria-hidden = "true" class = "seperator" > < / span >
< p class = "caption section" style = "font-size: smaller; opacity: .9;" > Font< / p >
2025-04-09 15:20:57 -05:00
2025-04-09 13:51:07 -05:00
< span >
< input type = "radio" id = "font-jbm" name = "font-setting" value = "jbm" checked / >
< label for = "font-jbm" style = "font-family: 'JetBrains Mono', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;" > JetBrains Mono< / label > < br >
< / span >
< span >
< input type = "radio" id = "font-ahn" name = "font-setting" value = "ahn" / >
< label for = "font-ahn" style = "font-family: 'Atkinson Hyperlegible Next', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;" > Atkinson Hyperlegible Next< / label > < br >
< / span >
< span >
< input type = "radio" id = "font-inter" name = "font-setting" value = "inter" / >
< label for = "font-inter" style = "font-family: 'Inter', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;" > Inter< / label > < br >
< / span >
< p class = "caption" style = "padding: .2rem 0px;" > Support not guaranteed, but provided as options anyways:< / p >
< span >
< input type = "radio" id = "font-sans-serif" name = "font-setting" value = "sans-serif" / >
< label for = "font-sans-serif" style = "font-family: sans-serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, serif !important;" > Sans Serif< / label > < br >
< / span >
< span >
< input type = "radio" id = "font-serif" name = "font-setting" value = "serif" / >
< label for = "font-serif" style = "font-family: serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;" > Serif< / label > < br >
< / span >
< span >
< input type = "radio" id = "font-monospace" name = "font-setting" value = "monospace" / >
< label for = "font-monospace" style = "font-family: monospace, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;" > Monospace< / label > < br >
< / span >
< / li >
< li >
< span aria-hidden = "true" class = "seperator" > < / span >
< span >
< input type = "checkbox" id = "uncapitalization" name = "uncapitalization" / >
< label for = "uncapitalization" > Disable forced uncapitalization< / label > < br >
< / span >
< span >
< input type = "checkbox" id = "disable-bg" name = "disable-bg" / >
< label for = "disable-bg" > Disable background gradient< / label > < br >
< / span >
2025-04-09 22:23:12 -05:00
< span >
2025-04-09 22:33:20 -05:00
< input type = "checkbox" id = "disable-animations" name = "disable-animations" / >
< label for = "disable-animations" > Disable animations< / label > < br >
2025-04-09 13:51:07 -05:00
< / span >
< span >
< input type = "checkbox" id = "disable-alttext" name = "disable-alttext" / >
< label for = "disable-alttext" > Disable alt-text popup< / label >
< / span >
< / li >
< li >
< span aria-hidden = "true" class = "seperator" > < / span >
< p class = "caption" > Disabling the alt-text popup or forced uncapitalization does not affect "normal" accessibility. The alt-text pop-up is custom made in replacement of using the < span class = "code" > title< / span > attribute, and forced uncapitalization is done using CSS's < span class = "code" > text-transform< / span > .< / p >
2025-04-09 15:20:57 -05:00
< p class = "caption" style = "padding: .6rem 0px;" > These settings are done entirely with CSS (except the Theme settings), and will be saved into your browser if you have JavaScript enabled. Otherwise, < span style = "color: var(--red);" > your settings will not be saved.< / span > < / p >
2025-04-09 13:51:07 -05:00
< / li >
< / ul >
< / details >
< p aria-hidden = "true" class = "nav-base nav-right nav-systray" >
2025-02-18 00:58:30 -06:00
< span class = "tabler--bell" > < / span >
< span class = "tabler--volume" > < / span >
< span class = "tabler--wifi" > < / span >
< span class = "tabler--battery-filled" > < / span >
2024-12-08 04:24:22 -06:00
< / p >
2024-08-11 13:44:26 -05:00
< / div >
2024-10-19 22:45:40 -05:00
<!-- simple site introduction -->
2024-12-24 00:49:48 -06:00
< details open id = "site" class = "window" >
2025-04-06 23:05:14 -05:00
< summary >
< div aria-hidden = "true" >
2025-02-24 00:41:23 -06:00
< span class = "tabler--message-chatbot" > < / span >
< / div >
2025-04-09 14:01:12 -05:00
< a href = "#site" > Welcome!< / a >
2025-04-06 23:05:14 -05:00
< div aria-hidden = "true" >
2025-02-24 00:41:23 -06:00
< span class = "tabler--minimize" > < / span >
< span class = "tabler--maximize" > < / span >
< / div >
2025-04-06 23:05:14 -05:00
< div aria-hidden = "true" >
2025-02-24 00:41:23 -06:00
< span class = "tabler--x" > < / span >
2024-12-24 00:49:48 -06:00
< / div >
< / summary >
2024-05-22 08:57:04 -05:00
< section >
2025-04-09 14:01:12 -05:00
< p > Hey! Welcome to...< / p >
2024-10-28 22:55:31 -05:00
< img id = "logo" loading = "lazy" src = "/assets/synth-download.webp" alt = "synth.download" / >
2025-04-09 14:01:12 -05:00
< p > This is a website managed by < a href = "/me" > sneexy< / a > with some services hosted here and there, mainly for friends.< / p >
< p > Most services here are public facing, anything that requires registration is most likely only for friends of mine for the sake of not being a complete hassle to maintain anything myself.< / p >
< p > We currently run...< / p >
2025-03-12 12:16:40 -05:00
< ul style = "max-width: fit-content; margin-left: auto; margin-right: auto;" >
2025-04-02 14:17:31 -05:00
< li > < a href = "https://reddit.synth.download" style = "padding: .2rem; color: var(--red); background-color: color-mix(in srgb, var(--red) 20%, transparent); border-radius: .2rem;" > redlib< / a > , a simple frontend for reddit,< / li >
< li > < a href = "https://forged.synth.download" style = "padding: .2rem; color: var(--yellow); background-color: color-mix(in srgb, var(--yellow) 20%, transparent); border-radius: .2rem;" > forgejo< / a > , a home for git repositories,< / li >
< li > < a href = "https://beeping.synth.download" style = "padding: .2rem; color: var(--blue); background-color: color-mix(in srgb, var(--blue) 20%, transparent); border-radius: .2rem;" > iceshrimp< / a > , a microblogging based fediverse < small > (activitypub)< / small > software with many features,< / li >
< li > < a href = "https://booping.synth.download" style = "padding: .2rem; color: var(--ui-teal); background-color: color-mix(in srgb, var(--ui-teal) 20%, transparent); border-radius: .2rem;" > sharkey< / a > , another microblogging based fediverse < small > (activitypub)< / small > software with many features, based off of < a href = "https://misskey-hub.net" > misskey< / a > ,< / li >
< li > < a href = "https://asking.synth.download" style = "padding: .2rem; color: var(--sapphire); background-color: color-mix(in srgb, var(--sapphire) 20%, transparent); border-radius: .2rem;" > ask-js< / a > , a platform for asking other users questions,< / li >
< li > < small > < a href = "https://adarkroom.synth.download" style = "padding: .2rem; color: var(--foreground); background-color: color-mix(in srgb, var(--foreground) 10%, transparent); border-radius: .2rem;" > a dark room< / a > , a text adventure game.< / small > < / li >
2025-03-12 12:16:40 -05:00
< / ul >
2024-05-22 08:57:04 -05:00
< / section >
2024-12-24 00:49:48 -06:00
< / details >
2024-06-05 00:30:27 -05:00
2024-04-19 22:23:49 -05:00
<!-- buttons -->
2024-12-24 00:49:48 -06:00
< details open id = "buttons" class = "window" >
2025-04-06 23:05:14 -05:00
< summary >
< div aria-hidden = "true" >
2025-02-24 00:41:23 -06:00
< span class = "tabler--link" > < / span >
< / div >
2025-04-09 14:01:12 -05:00
< a href = "#buttons" > Buttons< / a >
2025-04-06 23:05:14 -05:00
< div aria-hidden = "true" >
2025-02-24 00:41:23 -06:00
< span class = "tabler--minimize" > < / span >
< span class = "tabler--maximize" > < / span >
< / div >
2025-04-06 23:05:14 -05:00
< div aria-hidden = "true" >
2025-02-24 00:41:23 -06:00
< span class = "tabler--x" > < / span >
2024-12-24 00:49:48 -06:00
< / div >
< / summary >
2024-05-22 08:57:04 -05:00
< section >
2025-04-09 14:01:12 -05:00
< span style = "color: var(--red);" > If any are broken and/or missing, poke me.< / span >
< p style = "text-align: center;" > Friends!< / p >
2024-12-24 00:49:48 -06:00
< div class = "buttons" >
2025-02-27 14:23:39 -06:00
< a href = "https://23sonics.zone" > < img src = "/assets/buttons/friends/23sonics.gif" alt = "23Sonics" > < / a >
2025-03-31 08:54:15 -05:00
< a href = "https://authenyo.xyz" > < img src = "/assets/buttons/friends/authen.gif" alt = "authenyo" > < / a >
2025-02-27 14:23:39 -06:00
< a href = "https://autumn.town" > < img src = "/assets/buttons/friends/autumn.webp" alt = "Autumn Town Café" > < / a >
< a href = "https://av70.neocities.org" > < img src = "/assets/buttons/friends/av70.gif" alt = "av70" > < / a >
< a href = "https://benjae.nekoweb.org" > < img src = "/assets/buttons/friends/benjae.png" alt = "benjae" > < / a >
< a href = "https://birdcat.online" > < img src = "/assets/buttons/friends/birdcat.gif" alt = "birdcat dot online" > < / a >
< a href = "https://blueb.pages.gay" > < img src = "/assets/buttons/friends/harper.png" alt = "harper" > < / a >
2025-03-17 18:07:18 -05:00
< a href = "https://cybird.nekoweb.org" > < img src = "/assets/buttons/friends/cybird.gif" alt = "Cybird" > < / a >
2025-02-27 14:23:39 -06:00
< a href = "https://david.garden" > < img src = "/assets/buttons/friends/david.png" alt = "david wolfpaw" > < / a >
< a href = "https://doskel.net" > < img width = "88" height = "31" src = "/assets/buttons/friends/doskel.png" alt = "doskel" > < / a >
< a href = "https://dragon-vi.be" > < img src = "/assets/buttons/friends/sirlan.png" alt = "sirlain" > < / a >
< a href = "https://drakonic.zone" > < img src = "/assets/buttons/friends/drakonic.gif" alt = "DRAKONIC" > < / a >
< a href = "https://egg.l5.ca" > < img src = "/assets/buttons/friends/enderman0125.gif" alt = "enderman0125" > < / a >
< a href = "https://exlitry.world" > < img src = "/assets/buttons/friends/exlitry.world.gif" alt = "exlitry.world" > < / a >
< a href = "https://floof.gay" > < img src = "/assets/buttons/friends/oli.svg" alt = "oli" > < / a >
< a href = "https://freeplay.floof.company" > < img src = "/assets/buttons/friends/freeplay.gif" alt = "Freeplay" > < / a >
< a href = "https://girlthi.ng/~thermia" > < img src = "/assets/buttons/friends/thermia.gif" alt = "~thermia" > < / a >
2025-03-17 18:07:18 -05:00
< a href = "https://hexaitos.com" > < img src = "/assets/buttons/friends/hexaitos.png" alt = "Hexaitos" > < / a >
2025-02-27 14:23:39 -06:00
< a href = "https://home.dracol.ing" > < img src = "/assets/buttons/friends/dracoling.gif" alt = "dracoling" > < / a >
< a href = "https://invoxiplaygames.uk" > < img src = "/assets/buttons/friends/ipg.png" alt = "InvoxiPlayGames" > < / a >
< a href = "https://jack.cab" > < img src = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAfBAMAAACR5hfTAAAAGFBMVEUAAAB3dnuamZbJuKfAv7zYxbPe1Mre3dqiErpIAAAA2UlEQVQ4y7WTUQqDQAxEFz88Qr/DUNrfglcQe4BeYCvtHKAU9vpNdlVQa9mFmo8YlucwGYhz/6yabLJhKnwpgZsiOFeaPW7Z0uyPzwIYODEbbtud4Pv7eshXfp0LbISwk2cGMB9GyIZrU/aLN/9tTIWVwJ4wzZruYqPxFURBbYjTDNZjo12ctzEKAvqDNlhbwCqokjVrPwg7SKW69sHas8JxjMKVjI6xtD3YYDr+CU425jAnGwn2EyzuBxw964KdbHqmhTBL4yGbaUSbtMXGnDsZchasc/5/fQBe10j9sWqcbgAAAABJRU5ErkJggg==" alt = "Jack" > < / a > <!-- thanks jack -->
< a href = "https://keithhacks.cyou" > < img src = "/assets/buttons/friends/keith.gif" alt = "~keith" > < / a >
2025-03-01 00:41:21 -06:00
< a href = "https://kraafter.me" > < img src = "/assets/buttons/friends/kraafter.png" alt = "kraafter" > < / a >
2025-02-27 14:23:39 -06:00
< a href = "https://kyropy.neocities.org" > < img src = "/assets/buttons/friends/kyropy.svg" alt = "Kyropy" > < / a >
< a href = "https://larsfrommars.neocities.org" > < img src = "/assets/buttons/friends/lars.png" alt = "Lars from Mars" > < / a >
< a href = "https://madz258.top" > < img src = "/assets/buttons/friends/madz.gif" alt = "Madz258" > < / a >
< a href = "https://melontini.me" > < img src = "/assets/buttons/friends/melontini.png" alt = "melontini" > < / a >
2025-03-31 08:54:15 -05:00
< a href = "https://meowctl.codeberg.page" > < img src = "/assets/buttons/friends/lumi.png" alt = "lumi" > < / a >
2025-02-27 14:23:39 -06:00
< a href = "https://micenest.xyz" > < img src = "/assets/buttons/friends/micenest.png" alt = "Mice Nest" > < / a >
< a href = "https://micro.pages.gay" > < img src = "/assets/buttons/friends/micro.png" alt = "micro" > < / a >
< a href = "https://neil.cyrneko.eu" > < img src = "/assets/buttons/friends/neil.png" alt = "Nelson & Neil" > < / a >
< a href = "https://notfire.cc" > < img src = "/assets/buttons/friends/notfire.gif" alt = "notfire" > < / a >
< a href = "https://odoben.space" > < img src = "/assets/buttons/friends/odoben.png" alt = "Odoben" > < / a >
< a href = "https://ofplayers.net" > < img src = "/assets/buttons/friends/millions.png" alt = "Millions" > < / a >
2025-03-31 08:54:15 -05:00
< a href = "https://ottr.uk" > < img src = "/assets/buttons/friends/outofshape.gif" alt = "The Otterspace!" > < / a >
2025-02-27 14:23:39 -06:00
< a href = "https://pancakes.gay" > < img src = "/assets/buttons/friends/pancakes.png" alt = "pancakes" > < / a >
< a href = "https://pquirrel.neocities.org" > < img src = "/assets/buttons/friends/pquirrel.png" alt = "pquirrel" > < / a >
< a href = "https://rarf.zone" > < img src = "/assets/buttons/friends/rarf-zone.png" alt = "rarf dot zone" > < / a >
< a href = "https://rexogamer.github.io" > < img src = "/assets/buttons/friends/rexo.png" alt = "Rexo" > < / a >
< a href = "https://shiver-j.neocities.org" > < img src = "/assets/buttons/friends/shiverj.png" alt = "Shiver J." > < / a >
< a href = "https://sleepy.ink" > < img src = "/assets/buttons/friends/sleepy.png" alt = "Gavi/sleepy.ink" > < / a >
< a href = "https://smolderg.xyz" > < img src = "/assets/buttons/friends/theysosmall.png" alt = "smolderg/Therra" > < / a >
< a href = "https://softkittypa.ws" > < img src = "/assets/buttons/friends/lexi.png" alt = "Lexi" > < / a >
< a href = "https://sophari.org" > < img src = "/assets/buttons/friends/sophari.gif" alt = "sophie" > < / a >
2025-03-31 08:54:15 -05:00
< a href = "https://squeakable.dev" > < img src = "/assets/buttons/friends/squeakable.png" alt = "Squeakable" > < / a >
2025-02-27 14:23:39 -06:00
< a href = "https://sterophonick.github.io" > < img src = "/assets/buttons/friends/sterophonick.gif" alt = "Atapi" > < / a >
< a href = "https://sweetcoffy.pages.gay" > < img src = "/assets/buttons/friends/sweetcoffy.png" alt = "SweetCoffy" > < / a >
< a href = "https://thecrafters001.com" > < img src = "/assets/buttons/friends/tc001.png" alt = "TheCrafters001" " > < / a >
< a href = "https://tobskep.com" > < img src = "/assets/buttons/friends/tobskep.gif" alt = "tobskep" > < / a >
< a href = "https://unnick.mice.tel" > < img src = "/assets/buttons/friends/unnick.png" alt = "unnick" > < / a >
< a href = "https://volpeon.ink" > < img src = "/assets/buttons/friends/volpeon.svg" alt = "Volpeon" > < / a >
< a href = "https://vore.media" > < img src = "/assets/buttons/friends/tika.png" alt = "Tika" > < / a >
< a href = "https://w.on-t.work" > < img src = "/assets/buttons/friends/wontwork.png" alt = "Won't Work!/kopper" > < / a >
< a href = "https://winter.entities.org.uk" > < img src = "/assets/buttons/friends/winter.png" alt = "winter" > < / a >
2025-03-31 08:54:15 -05:00
< a href = "https://xaselgio.net" > < img src = "/assets/buttons/friends/xaselgio.gif" alt = "Xaselgio/Indigo's den" > < / a >
2025-03-17 21:29:30 -05:00
< a href = "https://yummy.cricket" > < img src = "/assets/buttons/friends/niss.png" alt = "niss" > < / a >
2025-03-31 08:54:15 -05:00
< a href = "https://zvava.org" > < img src = "/assets/buttons/friends/zvava.png" alt = "zvava" > < / a >
2024-04-19 22:23:49 -05:00
< / div >
2025-04-09 14:01:12 -05:00
< p style = "text-align: center;" > < small > Misc.< / small > < / p >
2024-04-19 22:23:49 -05:00
< div class = "buttons" >
<!-- software/browsers -->
2025-02-27 14:23:39 -06:00
< a href = "https://www.mozilla.org/en-US/firefox/new" > < img src = "/assets/buttons/software/firefox.png" alt = "Get Firefox" > < / a >
< a href = "https://ublockorigin.com" > < img src = "/assets/buttons/software/ublockoriginnow.png" alt = "uBlock Origin Now!" > < / a >
< a href = "https://github.com/yokoffing/BetterFox" > < img src = "/assets/buttons/software/betterfoxnow.png" alt = "Betterfox Now!" > < / a >
2024-04-19 22:23:49 -05:00
<!-- download sites -->
2025-02-27 14:23:39 -06:00
< a href = "https://hshop.erista.me" > < img src = "/assets/buttons/downloads/3ds.png" alt = "Nintendo 3DS" > < / a >
< a href = "https://modarchive.org" > < img src = "/assets/buttons/downloads/modarchive.gif" alt = "The Mod Archive" > < / a >
2025-03-07 23:30:59 -06:00
< a href = "https://myrient.erista.me" > < img src = "/assets/buttons/downloads/wii.png" alt = "Nintendo Wii" > < / a >
2025-02-27 14:23:39 -06:00
< a href = "https://www.slsknet.org" > < img src = "/assets/buttons/downloads/archive.gif" alt = "Internet Archive" > < / a >
2025-03-07 23:30:59 -06:00
< a href = "https://www.slsknet.org" > < img src = "/assets/buttons/downloads/soulseek.gif" alt = "Soulseek" > < / a >
2024-04-19 22:23:49 -05:00
<!-- cool sites -->
2025-03-07 23:30:59 -06:00
< a href = "https://besties.house" > < img src = "/assets/buttons/sites/besties.gif" alt = "besties" > < / a >
< a href = "https://homestarrunner.com/main" > < img src = "/assets/buttons/sites/homestar.gif" alt = "Homestar Runner" > < / a >
2025-02-27 14:23:39 -06:00
< a href = "https://jointhefediverse.net" > < img src = "/assets/buttons/sites/fediverse.png" alt = "Join the Fediverse" > < / a >
2025-03-31 08:54:15 -05:00
< a href = "https://oomfie.city" > < img src = "/assets/buttons/sites/oomfie.city.png" alt = "Oomfie City" > < / a >
2025-02-27 14:23:39 -06:00
< a href = "https://redscientist.com/rtc" > < img src = "/assets/buttons/sites/rtcv.png" alt = "Real-Time Corruptor Vanguard" > < / a >
< a href = "https://www.web3isgoinggreat.com" > < img src = "/assets/buttons/sites/nft.gif" alt = "NFT: No Fucking Thanks! (Web3 Is Just Going Great)" > < / a >
2025-03-08 01:24:14 -06:00
< a href = "https://yellowtealpurple.net/forums" > < img src = "/assets/buttons/sites/yellowtealpurple.gif" alt = "YellowTealPurple" > < / a >
2024-04-19 22:23:49 -05:00
<!-- rest goes below here -->
2025-03-07 23:30:59 -06:00
< a href = "https://drive.massgrave.dev/en_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73974.iso" > < img src = "/assets/buttons/random/xp.gif" alt = "Windows XP" > < / a >
< a href = "https://www.youtube.com/@ScottTheWoz" > < img src = "/assets/buttons/random/scotthere.gif" alt = "Hey all, Scott here!" > < / a >
< a href = "https://youtu.be/WfYyBp4Ln2s" > < img src = "/assets/buttons/random/doinyourmom.gif" alt = "Doin Your Mom!" > < / a >
< img src = "/assets/buttons/random/builteatingcheezit.gif" alt = "Built Eating Cheez-IT" >
< img src = "/assets/buttons/random/bunnybrowser.gif" alt = "Bunny Browser" >
< img src = "/assets/buttons/random/c4y.gif" alt = "Crazy For Yoshis" >
2025-02-27 14:23:39 -06:00
< img src = "/assets/buttons/random/gay.gif" alt = "Gay" >
< img src = "/assets/buttons/random/mlm.png" alt = "Man-loving-man" >
< img src = "/assets/buttons/random/oktopirate.gif" alt = "It's morally okay to pirate from triple-A" >
< img src = "/assets/buttons/random/ravenow.gif" alt = "Rave Now!" >
< img src = "/assets/buttons/random/tucows.gif" alt = "Tucows" >
2025-03-07 23:30:59 -06:00
< img src = "/assets/buttons/random/yoshilore.gif" alt = "Yoshi Lore" >
2024-04-19 22:23:49 -05:00
< / div >
2025-04-09 14:01:12 -05:00
< p style = "text-align: center;" > < small > < span style = "color: var(--green);" > Me!< / span > (Click to copy HTML)< / small > < / p >
2024-09-22 01:05:55 -05:00
< div class = "buttons" >
2025-02-27 15:31:29 -06:00
< button style = "cursor: pointer; background: unset; border-width: 0px; padding: 0px; display: inline-flex;" onclick = "copyButtonSynthDownload()" >
< img src = "/assets/buttons/synth.download.svg" alt = "Synth.Download!" >
< / button >
< button style = "cursor: pointer; background: unset; border-width: 0px; padding: 0px; display: inline-flex;" onclick = "copyButtonSneexy()" >
2025-02-27 14:23:39 -06:00
< img src = "/assets/buttons/sneexy.svg" alt = "Sneexy" >
2024-09-22 01:05:55 -05:00
< / button >
< / div >
2024-05-22 08:57:04 -05:00
< / section >
2024-12-24 00:49:48 -06:00
< / details >
2024-04-19 17:16:50 -05:00
2024-04-19 22:23:49 -05:00
<!-- webrings and credits -->
2023-11-06 10:52:36 -06:00
< footer >
2024-12-24 00:49:48 -06:00
< details open id = "footer" class = "window" >
2025-04-07 11:26:39 -05:00
< summary >
2025-04-09 14:01:12 -05:00
< a href = "#footer" > Footer< / a >
2024-12-24 00:49:48 -06:00
< / summary >
< section >
2025-04-07 11:26:39 -05:00
< p class = "fediring" > < b > < a href = "https://fediring.net/previous?host=synth.download" aria-label = "Previous" > < span class = "tabler--arrow-left" style = "pointer-events: none;" > < / span > < / a > < a href = "https://fediring.net" > Fediring< / a > < a href = "https://fediring.net/next?host=synth.download" aria-label = "Next" > < span class = "tabler--arrow-right" style = "pointer-events: none;" > < / span > < / a > < / b > < / p >
< p class = "fediring" > < b > < a href = "https://keithhacks.cyou/furryring.php?prev=synth.download" aria-label = "Previous" > < span class = "tabler--arrow-left" style = "pointer-events: none;" > < / span > < / a > < a href = "https://keithhacks.cyou/furryring.php" > furryring< / a > < a href = "https://keithhacks.cyou/furryring.php?next=synth.download" aria-label = "Next" > < span class = "tabler--arrow-right" style = "pointer-events: none;" > < / span > < / a > < / b > < / p >
< p class = "fediring" > < b > < a href = "https://stellophiliac.github.io/roboring/sneexy/previous" aria-label = "Previous" > < span class = "tabler--arrow-left" style = "pointer-events: none;" > < / span > < / a > < a href = "https://stellophiliac.github.io/roboring" > roboring< / a > < a href = "https://stellophiliac.github.io/roboring/sneexy/next" aria-label = "Next" > < span class = "tabler--arrow-right" style = "pointer-events: none;" > < / span > < / a > < / b > < / p >
2024-12-24 00:49:48 -06:00
< section class = "inner-footer" >
2025-04-09 14:01:12 -05:00
< a href = "https://forged.synth.download/sneexy/pages" style = "background-color: color-mix(in srgb, var(--maroon) 25%, transparent); color: var(--maroon);" aria-label = "Website source!" > < span class = "tabler--brand-git" style = "pointer-events: none;" > < / span > < / a >
2025-04-07 11:26:39 -05:00
< a href = "https://github.com/ayu-theme/ayu-colors" style = "background-color: color-mix(in srgb, var(--accent) 25%, transparent); color: var(--accent);" aria-label = "Ayu" > < span class = "tabler--palette" style = "pointer-events: none;" > < / span > < / svg > < / a >
< a href = "https://tabler.io" style = "background-color: color-mix(in srgb, var(--blue) 25%, transparent); color: var(--blue);" aria-label = "Tabler" > < span class = "tabler--brand-tabler" style = "pointer-events: none;" > < / span > < / a >
< a href = "https://www.jetbrains.com/lp/mono" style = "background-color: color-mix(in srgb, var(--green) 25%, transparent); color: var(--green);" aria-label = "JetBrains Mono" > < span class = "tabler--text-size" style = "pointer-events: none;" > < / span > < / a >
< a href = "https://www.lexend.com" style = "background-color: color-mix(in srgb, var(--sapphire) 25%, transparent); color: var(--sapphire);" aria-label = "Lexend" > < span class = "tabler--letter-case" style = "pointer-events: none;" > < / span > < / i > < / a >
2024-12-24 00:49:48 -06:00
< / section >
2025-03-26 12:13:16 -05:00
< p style = "padding-bottom: 14px;" > < a href = "https://synthspecies.com" > Synth species< / a > created by < a href = "https://www.furaffinity.net/user/vader-san" > Vader-San< / a > , synth.download is not affiliated with the creator in any way.< / p >
2025-04-09 14:01:12 -05:00
< p > Made with < span class = "rainbow" > love< / span > , < span class = "rainbow" > lack of sleep< / span > and < span class = "rainbow" > procrastination< / span > < / p >
2025-04-06 16:03:22 -05:00
< p > ♡2025 All wrongs reversed. Please copy and share.< / p >
2024-12-24 00:49:48 -06:00
< img src = "/assets/dumpysynth.gif" alt = "GIF of a synth with a massive butt, shaking it towards the viewer" / >
2024-09-10 04:32:29 -05:00
< / section >
2024-12-24 00:49:48 -06:00
< / details >
2023-11-06 10:52:36 -06:00
< / footer >
2025-02-27 14:23:39 -06:00
<!-- element used for our alt popup -->
< div class = "alt-popup" id = "alt-popup" aria-hidden = "true" > < / div >
2023-11-03 07:52:00 -05:00
< / body >
2024-04-27 21:38:08 -05:00
< / html >