The Old Reddit Redirector Chrome Extension is a simple tool that redirects you to the old Reddit design whenever you visit Reddit.
- Automatically redirects you to old.reddit.com when visiting Reddit.
- Provides a seamless experience for users who prefer the old Reddit design.
- Download the extension files or clone this repository.
- Open Google Chrome and go to
chrome://extensions/
. - Enable "Developer mode" in the top right corner.
- Click on "Load unpacked" and select the folder where you saved the extension files.
Once the extension is installed, you don't need to do anything else. Just visit Reddit, and the extension will automatically redirect you to the old Reddit design.
If you'd like to contribute to the development of this extension, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/my-feature
orgit checkout -b bugfix/my-bug-fix
. - Make your changes and commit them:
git commit -m "Description of changes"
. - Push to your fork:
git push origin feature/my-feature
. - Create a pull request.
If you encounter any issues or have suggestions, please open an issue on the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details. PS-README generated by chatgpt