Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadghh/reddit-redirect
Reddit has been tiktokified, this script aims to solve that.
https://github.com/tadghh/reddit-redirect
Last synced: 7 days ago
JSON representation
Reddit has been tiktokified, this script aims to solve that.
- Host: GitHub
- URL: https://github.com/tadghh/reddit-redirect
- Owner: tadghh
- Created: 2023-11-11T15:25:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T06:33:00.000Z (12 months ago)
- Last Synced: 2024-04-21T01:23:48.782Z (7 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit De-TikTokification Script (No Firefox)
Reddit has been TikTokified (the desktop website looks as though it was designed for a phone). This script aims to solve that by redirecting you to the older "new" Reddit.## What's a userscript?
Userscripts allow you to make changes to websites; this is usually handled with JavaScript. Some scripts focus on feature enhancement, such as adding more settings to YouTube or Bandcamp, or simple things like quality of life (QOL) improvements. Some precautions should be taken, as malicious developers could steal your information or do other sneaky things, like replacing all Amazon links with affiliate ones. Have a developer you trust look over the script before installing it.# Installation Guide
## 1. Installing a userscript manager
These provide a simple way to manage and install userscripts, they can also give you warnings if anything malicious is found.- Google Chrome/Chromium browsers (Brave, OperaGX) - [Tampermonkey](https://chromewebstore.google.com/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
## 2. Installing the script
Now we'll install the script from the Greasyfork [website](https://greasyfork.org/en/scripts/479542-reddit-de-tiktokified).Your userscript manager (e.g., Tampermonkey) will open when you click the install button on Greasyfork. You will be given a preview of the code and presented with a final install button after this, you should be good to go!
# Issues?
If you run into any problems, feel free to create an issue. I'll look into it when I find the time.