zerotab

Zerotab - the zero-javascript lightweight startpage. Demo at https://tab.alex.balgavy.eu
git clone git://git.alex.balgavy.eu/zerotab.git
Log | Files | Refs | README

commit 6aab331f5aca0f38f6d6b82e2966bc84087e0e8f
parent 0472d46252eebf8258440517963dd5605d1314cc
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 29 Dec 2023 23:19:28 +0100

Update files

Diffstat:
Aebooks.html | 51+++++++++++++++++++++++++++++++++++++++++++++++++++
Aimg/news.svg | 4++++
Mindex.html | 181++++++++++++++-----------------------------------------------------------------
Aindex.html.foot | 2++
Aindex.html.head | 30++++++++++++++++++++++++++++++
Mlinks.yaml | 125++++++++++++-------------------------------------------------------------------
Amovies.html | 51+++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 188 insertions(+), 256 deletions(-)

diff --git a/ebooks.html b/ebooks.html @@ -0,0 +1,51 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <title>Search - Ebooks</title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <!-- For browsers without prefers-color-scheme, change theme based on time of day --> + <script type="text/javascript"> + if (window.matchMedia('(prefers-color-scheme: dark)').media === 'not all') { + document.documentElement.style.display = 'none'; + var hour = new Date().getHours(); + var sheet = (hour >= 18 || hour < 7) ? "css/dark.css" : "css/light.css"; + document.head.insertAdjacentHTML( + 'beforeend', + '<link rel="stylesheet" type="text/css" href="'+sheet+'" onload="document.documentElement.style.display = \'\'">' + ); + } + </script> + <!-- For browsers without JS, load the light theme --> + <noscript><link rel="stylesheet" type="text/css" href="css/light.css"></noscript> + <!-- For browsers supporting prefers-color-scheme, use that --> + <link rel="stylesheet" type="text/css" href="css/dark.css" media="(prefers-color-scheme: dark)"> + <link rel="stylesheet" type="text/css" href="css/light.css" media="(prefers-color-scheme: light)"> + + <script> + document.addEventListener('DOMContentLoaded', function() { + document.getElementById('searchform').onsubmit = function(event) { + event.preventDefault(); + var searchstring = event.currentTarget[0].value; + console.log(event); + var engines = [ + `https://libgen.rs/search.php?req=${searchstring}`, + `https://annas-archive.org/search?q=${searchstring}`, + `https://standardebooks.org/ebooks?query=${searchstring}`, + ]; + for (var i in engines) { + window.open(engines[i], "_blank"); + } + } + }) + </script> + </head> + <body> + <noscript>This will not work without JS, which is required to open links in new tabs.</noscript> + <h1>Search Ebooks</h1> + <form id='searchform'> + <input id='search' type="text" class="text" value="" name="q" placeholder="Search..." autocomplete="off" tabindex="0"> + </form> + </body> +</html> diff --git a/img/news.svg b/img/news.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 50 50"> +<path d="M 1.71875 2.78125 C 1.253906 2.886719 0.925781 3.304688 0.9375 3.78125 L 0.9375 39.46875 C 0.9375 43.714844 3.144531 46.109375 5.3125 47.1875 C 7.480469 48.265625 9.625 48.21875 9.625 48.21875 L 40.375 48.21875 L 40.375 48.125 C 40.855469 48.179688 41.375 48.21875 41.375 48.21875 C 41.375 48.21875 43.296875 48.230469 45.21875 47.125 C 47.09375 46.046875 48.941406 43.765625 49.03125 39.8125 C 49.042969 39.792969 49.054688 39.769531 49.0625 39.75 C 49.0625 39.726563 49.0625 39.710938 49.0625 39.6875 C 49.066406 39.636719 49.066406 39.582031 49.0625 39.53125 L 49.0625 14.4375 C 49.0625 14.425781 49.0625 14.417969 49.0625 14.40625 C 49.0625 14.40625 49.078125 13.234375 48.46875 12.03125 C 47.859375 10.828125 46.441406 9.53125 44.21875 9.53125 L 44.21875 9.5 L 34.75 9.5 L 34.75 11.5 L 40.3125 11.5 C 40.191406 11.671875 40.089844 11.828125 40 12 C 39.390625 13.191406 39.375 14.375 39.375 14.375 L 39.375 38.625 C 39.371094 38.984375 39.558594 39.320313 39.871094 39.503906 C 40.183594 39.683594 40.566406 39.683594 40.878906 39.503906 C 41.191406 39.320313 41.378906 38.984375 41.375 38.625 L 41.375 14.375 C 41.375 14.347656 41.414063 13.625 41.78125 12.90625 C 42.15625 12.175781 42.683594 11.53125 44.21875 11.53125 C 45.75 11.53125 46.277344 12.191406 46.65625 12.9375 C 47.027344 13.671875 47.09375 14.410156 47.09375 14.4375 L 47.0625 14.4375 L 47.0625 39.53125 C 47.0625 43.089844 45.640625 44.589844 44.21875 45.40625 C 42.796875 46.222656 41.375 46.21875 41.375 46.21875 C 41.375 46.21875 39.683594 46.195313 38 45.34375 C 36.316406 44.492188 34.6875 42.996094 34.6875 39.46875 L 34.6875 3.78125 C 34.6875 3.230469 34.238281 2.78125 33.6875 2.78125 L 1.9375 2.78125 C 1.863281 2.773438 1.792969 2.773438 1.71875 2.78125 Z M 2.9375 4.78125 L 32.6875 4.78125 L 32.6875 39.46875 C 32.6875 42.757813 34.082031 44.910156 35.71875 46.21875 L 9.625 46.21875 C 9.613281 46.21875 9.605469 46.21875 9.59375 46.21875 C 9.59375 46.21875 9.164063 46.222656 8.53125 46.125 C 8.214844 46.074219 7.863281 45.992188 7.46875 45.875 C 7.074219 45.757813 6.636719 45.613281 6.21875 45.40625 C 6.007813 45.300781 5.796875 45.191406 5.59375 45.0625 C 4.164063 44.164063 2.9375 42.613281 2.9375 39.46875 Z M 6.9375 11 C 6.386719 11.078125 6 11.589844 6.078125 12.140625 C 6.15625 12.691406 6.667969 13.078125 7.21875 13 L 26.9375 13 C 27.296875 13.003906 27.632813 12.816406 27.816406 12.503906 C 27.996094 12.191406 27.996094 11.808594 27.816406 11.496094 C 27.632813 11.183594 27.296875 10.996094 26.9375 11 L 7.21875 11 C 7.1875 11 7.15625 11 7.125 11 C 7.09375 11 7.0625 11 7.03125 11 C 7 11 6.96875 11 6.9375 11 Z M 6.9375 15 C 6.386719 15.078125 6 15.589844 6.078125 16.140625 C 6.15625 16.691406 6.667969 17.078125 7.21875 17 L 26.9375 17 C 27.296875 17.003906 27.632813 16.816406 27.816406 16.503906 C 27.996094 16.191406 27.996094 15.808594 27.816406 15.496094 C 27.632813 15.183594 27.296875 14.996094 26.9375 15 L 7.21875 15 C 7.1875 15 7.15625 15 7.125 15 C 7.09375 15 7.0625 15 7.03125 15 C 7 15 6.96875 15 6.9375 15 Z M 7.40625 23 C 6.855469 23.078125 6.46875 23.589844 6.546875 24.140625 C 6.625 24.691406 7.136719 25.078125 7.6875 25 L 14.46875 25 C 14.828125 25.003906 15.164063 24.816406 15.347656 24.503906 C 15.527344 24.191406 15.527344 23.808594 15.347656 23.496094 C 15.164063 23.183594 14.828125 22.996094 14.46875 23 L 7.6875 23 C 7.65625 23 7.625 23 7.59375 23 C 7.5625 23 7.53125 23 7.5 23 C 7.46875 23 7.4375 23 7.40625 23 Z M 18.9375 23 C 18.386719 23.078125 18 23.589844 18.078125 24.140625 C 18.15625 24.691406 18.667969 25.078125 19.21875 25 L 26.9375 25 C 27.296875 25.003906 27.632813 24.816406 27.816406 24.503906 C 27.996094 24.191406 27.996094 23.808594 27.816406 23.496094 C 27.632813 23.183594 27.296875 22.996094 26.9375 23 L 19.21875 23 C 19.1875 23 19.15625 23 19.125 23 C 19.09375 23 19.0625 23 19.03125 23 C 19 23 18.96875 23 18.9375 23 Z M 7.40625 27 C 6.855469 27.078125 6.46875 27.589844 6.546875 28.140625 C 6.625 28.691406 7.136719 29.078125 7.6875 29 L 14.46875 29 C 14.828125 29.003906 15.164063 28.816406 15.347656 28.503906 C 15.527344 28.191406 15.527344 27.808594 15.347656 27.496094 C 15.164063 27.183594 14.828125 26.996094 14.46875 27 L 7.6875 27 C 7.65625 27 7.625 27 7.59375 27 C 7.5625 27 7.53125 27 7.5 27 C 7.46875 27 7.4375 27 7.40625 27 Z M 18.9375 27 C 18.386719 27.078125 18 27.589844 18.078125 28.140625 C 18.15625 28.691406 18.667969 29.078125 19.21875 29 L 26.9375 29 C 27.296875 29.003906 27.632813 28.816406 27.816406 28.503906 C 27.996094 28.191406 27.996094 27.808594 27.816406 27.496094 C 27.632813 27.183594 27.296875 26.996094 26.9375 27 L 19.21875 27 C 19.1875 27 19.15625 27 19.125 27 C 19.09375 27 19.0625 27 19.03125 27 C 19 27 18.96875 27 18.9375 27 Z M 18.9375 30.78125 C 18.386719 30.859375 18 31.371094 18.078125 31.921875 C 18.15625 32.472656 18.667969 32.859375 19.21875 32.78125 L 26.9375 32.78125 C 27.296875 32.785156 27.632813 32.597656 27.816406 32.285156 C 27.996094 31.972656 27.996094 31.589844 27.816406 31.277344 C 27.632813 30.964844 27.296875 30.777344 26.9375 30.78125 L 19.21875 30.78125 C 19.15625 30.773438 19.09375 30.773438 19.03125 30.78125 C 19 30.78125 18.96875 30.78125 18.9375 30.78125 Z M 7.40625 31 C 6.855469 31.078125 6.46875 31.589844 6.546875 32.140625 C 6.625 32.691406 7.136719 33.078125 7.6875 33 L 14.46875 33 C 14.828125 33.003906 15.164063 32.816406 15.347656 32.503906 C 15.527344 32.191406 15.527344 31.808594 15.347656 31.496094 C 15.164063 31.183594 14.828125 30.996094 14.46875 31 L 7.6875 31 C 7.65625 31 7.625 31 7.59375 31 C 7.5625 31 7.53125 31 7.5 31 C 7.46875 31 7.4375 31 7.40625 31 Z M 18.9375 34.78125 C 18.386719 34.859375 18 35.371094 18.078125 35.921875 C 18.15625 36.472656 18.667969 36.859375 19.21875 36.78125 L 26.9375 36.78125 C 27.296875 36.785156 27.632813 36.597656 27.816406 36.285156 C 27.996094 35.972656 27.996094 35.589844 27.816406 35.277344 C 27.632813 34.964844 27.296875 34.777344 26.9375 34.78125 L 19.21875 34.78125 C 19.15625 34.773438 19.09375 34.773438 19.03125 34.78125 C 19 34.78125 18.96875 34.78125 18.9375 34.78125 Z M 7.40625 35 C 6.855469 35.078125 6.46875 35.589844 6.546875 36.140625 C 6.625 36.691406 7.136719 37.078125 7.6875 37 L 14.46875 37 C 14.828125 37.003906 15.164063 36.816406 15.347656 36.503906 C 15.527344 36.191406 15.527344 35.808594 15.347656 35.496094 C 15.164063 35.183594 14.828125 34.996094 14.46875 35 L 7.6875 35 C 7.65625 35 7.625 35 7.59375 35 C 7.5625 35 7.53125 35 7.5 35 C 7.46875 35 7.4375 35 7.40625 35 Z M 18.9375 38.53125 C 18.386719 38.609375 18 39.121094 18.078125 39.671875 C 18.15625 40.222656 18.667969 40.609375 19.21875 40.53125 L 26.9375 40.53125 C 27.296875 40.535156 27.632813 40.347656 27.816406 40.035156 C 27.996094 39.722656 27.996094 39.339844 27.816406 39.027344 C 27.632813 38.714844 27.296875 38.527344 26.9375 38.53125 L 19.21875 38.53125 C 19.1875 38.53125 19.15625 38.53125 19.125 38.53125 C 19.09375 38.53125 19.0625 38.53125 19.03125 38.53125 C 19 38.53125 18.96875 38.53125 18.9375 38.53125 Z M 7.40625 39 C 6.855469 39.078125 6.46875 39.589844 6.546875 40.140625 C 6.625 40.691406 7.136719 41.078125 7.6875 41 L 14.46875 41 C 14.828125 41.003906 15.164063 40.816406 15.347656 40.503906 C 15.527344 40.191406 15.527344 39.808594 15.347656 39.496094 C 15.164063 39.183594 14.828125 38.996094 14.46875 39 L 7.6875 39 C 7.65625 39 7.625 39 7.59375 39 C 7.5625 39 7.53125 39 7.5 39 C 7.46875 39 7.4375 39 7.40625 39 Z"></path> +</svg>+ \ No newline at end of file diff --git a/index.html b/index.html @@ -28,154 +28,37 @@ <form action="https://search.alex.balgavy.eu/" method="get"> <input type="text" class="text" value="" name="q" placeholder="Search..." autocomplete="off" tabindex="0"> </form> - - <ul id='links'> - <li> - <a tabindex="1"><img src="img/education.svg"></a> - <ul> - <li><a href="https://vunet.vu.nl">VUNet</a></li> - <li><a href="https://canvas.vu.nl">Canvas</a></li> - <li><a href="https://canvas.uva.nl">UvA Canvas</a></li> - <li><a href="https://datanose.nl">UvA Datanose</a></li> - <li><a href="https://en.wikipedia.org/wiki/Portal:Current_events">Wikipedia: Current Events</a></li> - </ul> - </li> - <li> - <a tabindex="2"><img src="img/downloads.svg"></a> - <ul> - <li><a href="https://1337x.to/home/">1337X</a></li> - <li><a href="http://rutracker.org/forum/index.php">RUTracker</a></li> - <li><a href="http://libgen.rs">Library Genesis</a></li> - <li><a href="https://rarbg.to/torrents.php">RARBG</a></li> - <li><a href="https://predb.me">PreDB</a></li> - <li><a href="https://scnsrc.me">SceneSource</a></li> - <li class="separator">TV</li> - <li><a href="https://www.ettvcentral.com/home/">ETTV</a></li> - <li class="separator">Apps</li> - <li><a href="http://www.macbed.com/">AppK'd</a></li> - <li><a href="https://forum.mobilism.org/index.php">Mobilism</a></li> - <li><a href="http://fitgirl-repacks.site">FitGirl Repacks</a></li> - <li class="separator">Reading</li> - <li><a href="https://avxhm.se">AvaxHome</a></li> - <li><a href="https://sci-hub.se">Sci-Hub</a></li> - <li><a href="https://b-ok.org">B-OK</a></li> - <li><a href="http://audiobookbay.nl">AudioBookBay</a></li> - </ul> - </li> - <li> - <a tabindex="3"><img src="img/stream.svg"></a> - <ul> - <li><a href="https://cine.to">Cine.to</a></li> - <li><a href="https://yesmovies.to">YesMovies</a></li> - <li><a href="https://azm.to/">AZMovies</a></li> - <li><a href="https://ohh.io/">Ohh.io</a></li> - </ul> - </li> - <li> - <a tabindex="4"><img src="img/reddit.svg"></a> - <ul> - <li><a href="https://old.reddit.com">Reddit</a></li> - <li><a href="https://old.reddit.com/saved">Saved</a></li> - <li><a href="https://old.reddit.com/r/vim">/r/vim</a></li> - <li><a href="https://old.reddit.com/r/commandline">/r/commandline</a></li> - <li><a href="https://old.reddit.com/r/privacy">/r/privacy</a></li> - <li><a href="https://old.reddit.com/r/stallmanwasright">/r/stallmanwasright</a></li> - </ul> - </li> - <li> - <a tabindex="5"><img src="img/code.svg"></a> - <ul> - <li class="separator">Repls</li> - <li><a href="https://codepen.io/pens/">CodePen</a></li> - <li><a href="https://repl.it/repls">Repl.it</a></li> - <li class="separator">Docs</li> - <li><a href="https://devdocs.io">DevDocs</a></li> - <li><a href="https://devhints.io">DevHints</a></li> - <li class="separator">Tools</li> - <li><a href="https://cdecl.org">Cdecl</a></li> - <li><a href="https://explainshell.com">ExplainShell</a></li> - <li><a href="https://beautifier.io/">JSBeautifier</a></li> - <li><a href="https://jscompress.com">JSCompress</a></li> - <li><a href="https://csscompressor.com">CSS Compressor</a></li> - <li><a href="https://www.browserling.com">Cross-browser testing</a></li> - <li><a href="http://www.paletton.com">Color scheme designer</a></li> - <li><a href="https://brandcolors.net/">Brand Colors</a></li> - <li><a href="https://favicon.io">Favicon Gen</a></li> - <li><a href="http://www.favicomatic.com">Favic-o-Matic</a></li> - <li><a href="https://dougscripts.com/">DougScripts</a></li> - <li class="separator">Assets</li> - <li><a href="https://www.svgrepo.com/">SVG</a></li> - <li><a href="https://icons8.com">Icons8</a></li> - <li><a href="https://www.myfonts.com/WhatTheFont/">WhatTheFont</a></li> - <li><a href="http://fontfling.com">Test a font</a></li> - <li><a href="https://www.fontsquirrel.com">Font Squirrel</a></li> - <li><a href="https://www.getthefont.com:443/">GetTheFont</a></li> - <li><a href="https://www.dafont.com/">DaFont</a></li> - <li><a href="https://ifonts.xyz">iFonts</a></li> - </ul> - </li> - <li> - <a tabindex="6"><img src="img/security.svg"></a> - <ul> - <li><a href="https://sploitus.com">Sploitus</a></li> - <li><a href="https://the-eye.eu/public/">The Eye</a></li> - <li><a href="https://github.com/jivoi/awesome-osint/blob/master/README.md">OSINT</a></li> - <li><a href="https://cata-list.github.io/#/">Cata-list</a></li> - <li><a href="https://github.com/Hack-with-Github/Awesome-Hacking/blob/master/README.md">Hacking</a></li> - <li><a href="https://github.com/n1trux/awesome-sysadmin">Sysadmin</a></li> - </ul> - </li> - <li> - <a tabindex="7"><img src="img/music.svg"></a> - <ul> - <li><a href="http://everynoise.com/engenremap.html">Genre Cloud</a></li> - <li><a href="https://songbpm.com">Song BPM</a></li> - <li><a href="https://play.riffstation.com">Riffstation Chords</a></li> - <li><a href="https://www.whosampled.com/">WhoSampled</a></li> - <li><a href="https://www.acapellas4u.co.uk">Acapella Downloads</a></li> - <li><a href="https://vstorrent.net">VSTorrent</a></li> - <li><a href="https://vstbase.org">VSTbase</a></li> - <li><a href="https://audioz.download">Audioz</a></li> - </ul> - </li> - <li> - <a tabindex="8"><img src="img/cloud.svg"></a> - <ul> - <li><a href="https://cryptpad.fr">Cryptpad</a></li> - <li><a href="https://boring.host">Boring Host</a></li> - <li><a href="https://anonfile.com">AnonFile</a></li> - <li><a href="https://www.solidfiles.com">SolidFiles</a></li> - <li><a href="https://gofile.io">Gofile</a></li> - </ul> - </li> - <li> - <a tabindex="9"><img src="img/tools.svg"></a> - <ul> - <li class="separator">Accounts</li> - <li><a href="https://10minutemail.net">10 Minute Mail</a></li> - <li><a href="https://www.mailinator.com">Mailinator</a></li> - <li><a href="http://bugmenot.com">Find a login</a></li> - <li><a href="https://www.accountkiller.com/en/">AccountKiller</a></li> - <li><a href="https://backgroundchecks.org/justdeleteme/">JustDeleteMe</a></li> - <li class="separator">Paste</li> - <li><a href="https://privatebin.net">PrivateBin</a></li> - <li><a href="https://paste.ee">Paste.ee</a></li> - <li><a href="https://www.draw.io">Draw</a></li> - <li><a href="https://unfurlr.com/">URL unshorten</a></li> - <li><a href="https://anon.to">URL shorten</a></li> - <li class="separator">Virus scan</li> - <li><a href="https://www.virustotal.com">VirusTotal</a></li> - <li><a href="https://virusscan.jotti.org/en">Jotti</a></li> - <li><a href="http://exif.regex.info/exif.cgi">Extract EXIF</a></li> - <li><a href="https://www.pic2map.com">Pic2Map EXIF Viewer</a></li> - <li class="separator">Network</li> - <li><a href="https://ping.pe">Ping</a></li> - <li><a href="https://www.google.com/maps/d/u/0/viewer?mid=1Z1dI8hoBZSJNWFx2xr_MMxSxSxY&hl=en_US&ll=52.31053860000001%2C4.768274399999996&z=8">WiFi Passwords</a></li> - <li><a href="https://dnsdumpster.com">DNSDumpster</a></li> - <li><a href="https://hackertarget.com/ip-tools/">IP Tools</a></li> - </ul> - </li> - </ul> - +<ul id='links'> +<li> + <a tabindex="1"><img src="img/news.svg"></a> + <ul> + <li><a href="https://en.wikipedia.org/wiki/Portal:Current_events">Wikipedia: Current Events</a></li> + <li><a href="https://unwrapped.news/">Unwrapped News</a></li> + <li><a href="https://brutalist.report/">Brutalist Report</a></li> + <li><a href="https://sumi.news">Sumi News</a></li> + <li><a href="https://legiblenews.com/">Legible News</a></li> + <li><a href="https://miniflux.alex.balgavy.eu/">Miniflux</a></li> + </ul> +</li> +<li> + <a tabindex="2"><img src="img/downloads.svg"></a> + <ul> + <li><a href="https://rentry.co/megathread">Megathread</a></li> + <li><a href="https://rentry.co/firehawk52">Firehawk52</a></li> + <li><a href="/ebooks.html">Search Ebooks</a></li> + <li><a href="https://www.globalgreyebooks.com/index.html">Global Grey Ebooks</a></li> + <li><a href="https://ripped.guide">Ripped Guide</a></li> + </ul> +</li> +<li> + <a tabindex="3"><img src="img/stream.svg"></a> + <ul> + <li><a href="https://www.themoviedb.org/">The Movie DB</a></li> + <li><a href="https://cringemdb.com/">CringeMDB</a></li> + <li><a href="https://www.reelscary.com/">Reelscary</a></li> + <li><a href="https://www.doesthedogdie.com/">Does the dog die</a></li> + </ul> +</li> +</ul> </body> </html> diff --git a/index.html.foot b/index.html.foot @@ -0,0 +1,2 @@ + </body> +</html> diff --git a/index.html.head b/index.html.head @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <title>New Tab</title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <!-- For browsers without prefers-color-scheme, change theme based on time of day --> + <script type="text/javascript"> + if (window.matchMedia('(prefers-color-scheme: dark)').media === 'not all') { + document.documentElement.style.display = 'none'; + var hour = new Date().getHours(); + var sheet = (hour >= 18 || hour < 7) ? "css/dark.css" : "css/light.css"; + document.head.insertAdjacentHTML( + 'beforeend', + '<link rel="stylesheet" type="text/css" href="'+sheet+'" onload="document.documentElement.style.display = \'\'">' + ); + } + </script> + <!-- For browsers without JS, load the light theme --> + <noscript><link rel="stylesheet" type="text/css" href="css/light.css"></noscript> + <!-- For browsers supporting prefers-color-scheme, use that --> + <link rel="stylesheet" type="text/css" href="css/dark.css" media="(prefers-color-scheme: dark)"> + <link rel="stylesheet" type="text/css" href="css/light.css" media="(prefers-color-scheme: light)"> + </head> + <body> + <h1>Zerotab</h1> + <form action="https://search.alex.balgavy.eu/" method="get"> + <input type="text" class="text" value="" name="q" placeholder="Search..." autocomplete="off" tabindex="0"> + </form> diff --git a/links.yaml b/links.yaml @@ -1,110 +1,21 @@ # I don't vouch for any links on this list -Education: - - VUNet: https://vunet.vu.nl - - Canvas: https://canvas.vu.nl - - UvA Canvas: https://canvas.uva.nl - - UvA Datanose: https://datanose.nl - - "Wikipedia: Current Events": https://en.wikipedia.org/wiki/Portal:Current_events +News: + - 'Wikipedia: Current Events': https://en.wikipedia.org/wiki/Portal:Current_events + - 'Unwrapped News': https://unwrapped.news/ + - 'Brutalist Report': https://brutalist.report/ + - 'Sumi News': https://sumi.news + - 'Legible News': https://legiblenews.com/ + - 'Miniflux': https://miniflux.alex.balgavy.eu/ + Downloads: - - 1337X: https://1337x.to/home/ - - RUTracker: http://rutracker.org/forum/index.php - - Library Genesis: http://libgen.rs - - RARBG: https://rarbg.to/torrents.php - - PreDB: https://predb.me - - SceneSource: https://scnsrc.me - - "-": TV - - ETTV: https://www.ettvcentral.com/home/ - - "-": Apps - - AppK'd: http://www.macbed.com/ - - Mobilism: https://forum.mobilism.org/index.php - - FitGirl Repacks: http://fitgirl-repacks.site - - "-": Reading - - AvaxHome: https://avxhm.se - - Sci-Hub: https://sci-hub.se - - B-OK: https://b-ok.org - - AudioBookBay: http://audiobookbay.nl + - 'Megathread': https://rentry.co/megathread + - 'Firehawk52': https://rentry.co/firehawk52 + - 'Search Ebooks': /ebooks.html + - 'Global Grey Ebooks': https://www.globalgreyebooks.com/index.html + - 'Ripped Guide': https://ripped.guide + Stream: - - Cine.to: https://cine.to - - YesMovies: https://yesmovies.to - - AZMovies: https://azm.to/ - - Ohh.io: https://ohh.io/ -Reddit: - - Reddit: https://old.reddit.com - - Saved: https://old.reddit.com/saved - - "/r/vim": https://old.reddit.com/r/vim - - "/r/commandline": https://old.reddit.com/r/commandline - - "/r/privacy": https://old.reddit.com/r/privacy - - "/r/stallmanwasright": https://old.reddit.com/r/stallmanwasright -Code: - - "-": Repls - - CodePen: https://codepen.io/pens/ - - Repl.it: https://repl.it/repls - - "-": Docs - - DevDocs: https://devdocs.io - - DevHints: https://devhints.io - - "-": Tools - - Cdecl: https://cdecl.org - - ExplainShell: https://explainshell.com - - JSBeautifier: https://beautifier.io/ - - JSCompress: https://jscompress.com - - CSS Compressor: https://csscompressor.com - - Cross-browser testing: https://www.browserling.com - - Color scheme designer: http://www.paletton.com - - Brand Colors: https://brandcolors.net/ - - Favicon Gen: https://favicon.io - - Favic-o-Matic: http://www.favicomatic.com - - DougScripts: https://dougscripts.com/ - - "-": Assets - - SVG: https://www.svgrepo.com/ - - Icons8: https://icons8.com - - WhatTheFont: https://www.myfonts.com/WhatTheFont/ - - Test a font: http://fontfling.com - - Font Squirrel: https://www.fontsquirrel.com - - GetTheFont: https://www.getthefont.com:443/ - - DaFont: https://www.dafont.com/ - - iFonts: https://ifonts.xyz -Security: - - Sploitus: https://sploitus.com - - The Eye: https://the-eye.eu/public/ - - OSINT: https://github.com/jivoi/awesome-osint/blob/master/README.md - - Cata-list: https://cata-list.github.io/#/ - - Hacking: https://github.com/Hack-with-Github/Awesome-Hacking/blob/master/README.md - - Sysadmin: https://github.com/n1trux/awesome-sysadmin -Music: - - Genre Cloud: http://everynoise.com/engenremap.html - - Song BPM: https://songbpm.com - - Riffstation Chords: https://play.riffstation.com - - WhoSampled: https://www.whosampled.com/ - - Acapella Downloads: https://www.acapellas4u.co.uk - - VSTorrent: https://vstorrent.net - - VSTbase: https://vstbase.org - - Audioz: https://audioz.download -Cloud: - - Cryptpad: https://cryptpad.fr - - Boring Host: https://boring.host - - AnonFile: https://anonfile.com - - SolidFiles: https://www.solidfiles.com - - Gofile: https://gofile.io -Tools: - - "-": Accounts - - 10 Minute Mail: https://10minutemail.net - - Mailinator: https://www.mailinator.com - - Find a login: http://bugmenot.com - - AccountKiller: https://www.accountkiller.com/en/ - - JustDeleteMe: https://backgroundchecks.org/justdeleteme/ - - "-": Paste - - PrivateBin: https://privatebin.net - - Paste.ee: https://paste.ee - - Draw: https://www.draw.io - - URL unshorten: https://unfurlr.com/ - - URL shorten: https://anon.to - - "-": Virus scan - - VirusTotal: https://www.virustotal.com - - Jotti: https://virusscan.jotti.org/en - - Extract EXIF: http://exif.regex.info/exif.cgi - - Pic2Map EXIF Viewer: https://www.pic2map.com - - "-": Network - - Ping: https://ping.pe - - WiFi Passwords: https://www.google.com/maps/d/u/0/viewer?mid=1Z1dI8hoBZSJNWFx2xr_MMxSxSxY&hl=en_US&ll=52.31053860000001%2C4.768274399999996&z=8 - - DNSDumpster: https://dnsdumpster.com - - IP Tools: https://hackertarget.com/ip-tools/ + - 'The Movie DB': https://www.themoviedb.org/ + - 'CringeMDB': https://cringemdb.com/ + - 'Reelscary': https://www.reelscary.com/ + - 'Does the dog die': https://www.doesthedogdie.com/ diff --git a/movies.html b/movies.html @@ -0,0 +1,51 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <title>Search - Ebooks</title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <!-- For browsers without prefers-color-scheme, change theme based on time of day --> + <script type="text/javascript"> + if (window.matchMedia('(prefers-color-scheme: dark)').media === 'not all') { + document.documentElement.style.display = 'none'; + var hour = new Date().getHours(); + var sheet = (hour >= 18 || hour < 7) ? "css/dark.css" : "css/light.css"; + document.head.insertAdjacentHTML( + 'beforeend', + '<link rel="stylesheet" type="text/css" href="'+sheet+'" onload="document.documentElement.style.display = \'\'">' + ); + } + </script> + <!-- For browsers without JS, load the light theme --> + <noscript><link rel="stylesheet" type="text/css" href="css/light.css"></noscript> + <!-- For browsers supporting prefers-color-scheme, use that --> + <link rel="stylesheet" type="text/css" href="css/dark.css" media="(prefers-color-scheme: dark)"> + <link rel="stylesheet" type="text/css" href="css/light.css" media="(prefers-color-scheme: light)"> + + <script> + document.addEventListener('DOMContentLoaded', function() { + document.getElementById('searchform').onsubmit = function(event) { + event.preventDefault(); + var searchstring = event.currentTarget[0].value; + console.log(event); + var engines = [ + `https://libgen.rs/search.php?req=${searchstring}`, + `https://annas-archive.org/search?q=${searchstring}`, + `https://standardebooks.org/ebooks?query=${searchstring}`, + ]; + for (var i in engines) { + window.open(engines[i], "_blank"); + } + } + }) + </script> + </head> + <body> + <noscript>This will not work without JS, which is required to open links in new tabs.</noscript> + <h1>Search Movies</h1> + <form id='searchform'> + <input id='search' type="text" class="text" value="" name="q" placeholder="Search..." autocomplete="off" tabindex="0"> + </form> + </body> +</html>