Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 69f7b98

Browse files
committed
damb thats crazy
1 parent 6750170 commit 69f7b98

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
11
# SYNTAX+
22

3-
## A userscript for syntax.eco
3+
## A userscript for the Old Roblox Clone syntax.eco
4+
5+
### Requires Tampermonkey (NOT Greasemonkey or Violentmonkey as they do not support GM_webRequest)
6+
7+
### Installation
8+
9+
1. Install Tampermonkey [FireFox](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/) [Chrome](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
10+
2. Install the script [here](https://github.com/Hellscaped/Syntax-Plus/releases/download/latest/SYNTAX+.user.js)
11+
12+
### Features
13+
- [x] A custom page in the site (/plus)
14+
- [ ] A avatar editor mod to let you equip multiple hairs and hats
15+
- [ ] A avatar sandbox to create avatar outfits without buying each item
16+
17+
### Credits
18+
- [Hellscaped](https://github.com/Hellscaped) - Developer (me)
19+
- [Siefkenk](https://github.com/siefkenj/react-userscripts) - For making the wonderful react-userscript template that will save me hours of work
20+
21+
### Contributing
22+
1. Fork the repo
23+
2. Make your changes (TABS NOT SPACES)
24+
3. Make a pull request
25+
26+
### License
27+
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details

userscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"scripts": {
1212
"start": "cross-env PORT=8124 BROWSER=none FAST_REFRESH=false WDS_SOCKET_HOST=localhost react-app-rewired start",
13-
"finalize": "shx mkdir -p ../dist && shx cp src/userscript-header.js ../dist/Syntax+.user.js && shx cat build/static/js/main.js >> ../dist/Syntax+.user.js",
13+
"finalize": "shx mkdir -p ../dist && shx cp src/userscript-header.js ../dist/SYNTAX+.user.js && shx cat build/static/js/main.js >> ../dist/SYNTAX+.user.js",
1414
"build": "react-app-rewired build && npm run finalize",
1515
"debug-build": "react-app-rewired --inspect-brk=5858 build && npm run finalize",
1616
"test": "react-app-rewired test",

0 commit comments

Comments
 (0)