This repository was archived by the owner on Dec 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments