Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trinovantes/userscript-old-reddit-emotes
Embed custom subreddit emotes in old.reddit.com
https://github.com/trinovantes/userscript-old-reddit-emotes
reddit typescript userscript vuejs
Last synced: 2 days ago
JSON representation
Embed custom subreddit emotes in old.reddit.com
- Host: GitHub
- URL: https://github.com/trinovantes/userscript-old-reddit-emotes
- Owner: Trinovantes
- License: agpl-3.0
- Created: 2022-05-27T01:13:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T05:06:58.000Z (about 1 month ago)
- Last Synced: 2024-11-30T06:18:53.476Z (about 1 month ago)
- Topics: reddit, typescript, userscript, vuejs
- Language: TypeScript
- Homepage:
- Size: 665 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Userscript Old Reddit Emotes
Embed custom subreddit emotes in old.reddit.com. You still need to use the new Reddit editor to post emotes because the old editor will automatically escape emote codes.
![](.github/img/preview.png)
## Installation Guide
1. Install a Userscript manager for your web browser
* [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) (Firefox)
* [Tampermonkey](https://www.tampermonkey.net/) (Chrome, Firefox, Safari, Edge)2. [Download the latest build](https://github.com/Trinovantes/userscript-old-reddit-emotes/releases/download/latest/userscript-old-reddit-emotes.user.js). If you have Greasemonkey or Tampermonkey installed, then you should immediately be prompted with a confirmation window asking you if you wish to install this Userscript.
## Dev Guide
1. Install prereqs
* `node`
* `yarn`
* Tampermonkey on Chrome2. In Chrome:
* Go to `chrome://extensions/`
* Go into Tampermonkey's details
* Enable `Allow access to file URLs`3. Run dev server
```
yarn install
yarn dev
```4. In Chrome:
* Go to `http://localhost:8080/userscript-old-reddit-emotes.proxy.user.js` and install the script