This repository contains my website, which contains several lightweight, open-source web tools. All tools are fully client-side, easy to use, and open-source under the GPLv3 License.
| Site | Description | README | Source |
|---|---|---|---|
| Home | Simple link portal | HOME.md | home.html |
| Bingo | Very simple, clean and Open-Source Bingo host and client. | BINGO.md | bingo.html |
| Encryptor | Easily encrypt and decrypt your messages, because fuck Chat Control. | ENCRYPT.md | encrypt.html |
| Open Links | Quickly open multiple URLs in new browser tabs. | LINKS.md | links.html |
| Userscript Safety Guide | A simple tutorial to guide you in safe installation and use of userscripts. | N/A | safety.html |
Not a full tree. Only relevant bits, and examples where relevant. See tree.txt for every file.
.
├── assets
│ └── *
│
├── bingo
│ ├── host
│ │ ├── index.html
│ │ ├── script.js
│ │ └── style.css
│ ├── play
│ │ ├── index.html
│ │ ├── script.js
│ │ └── style.css
│ ├── index.html
│ └── style.css
│
├── deslop
│ └── index.html
├── discord
│ └── index.html
│
├── docs
│ ├── BINGO.md
│ ├── ENCRYPT.md
│ ├── HOME.md
│ └── LINKS.md
│
├── encrypt
│ ├── index.html
│ ├── script.js
│ ├── style.css
│ └── test.js
│
├── github
│ └── index.html
│
├── links
│ ├── index.html
│ ├── script.js
│ └── style.css
│
├── player
│ ├── index.html
│ ├── script.js
│ └── style.css
│
├── safety
│ ├── index.html
│ └── style.css
│
├── shell
│ ├── git
│ │ ├── bulk
│ │ │ ├── all-pull
│ │ │ ├── all-push
│ │ │ ├── all-status
│ │ │ ├── ignore
│ │ │ └── ignore-reset
│ │ │
│ │ ├── clone
│ │ │ ├── clone-author
│ │ │ └── clone-repo
│ │ │
│ │ ├── mass
│ │ │ └── mass-pull
│ │ │
│ │ ├── repo
│ │ │ ├── pull
│ │ │ ├── push
│ │ │ └── status
│ │ │
│ │ ├── setup
│ │ │ ├── automation
│ │ │ ├── git
│ │ │ └── workflow
│ │ │
│ │ └── ssh
│ │ ├── disable-ssh
│ │ └── enable-ssh
│ │
│ ├── gp8
│ │ └── install
│ │
│ └── utils
│ ├── SORTME.txt
│ ├── compare
│ ├── find-file
│ └── sort
│
├── CNAME
├── LICENSE
├── README.md
├── favicon.ico
├── favicon.png
├── index.html
├── robots.txt
├── sitemap.xml
├── style.css
├── tree
└── tree.txt
66 directories, 5724 files
Feel free to fork this repository and submit issues or pull requests if you have any suggestions or improvements. If you encounter any bugs or have feature requests, please open an issue.
Created by Nikoboi
JavaScript fine-tuned with ChatGPT
Theme inspired by the great nation of Finland 🇫🇮 and the perfectly cromulent color black.
This project is licenced under the GNU General Public License V3. See LICENSE for details.