Welcome to the SE Extended Scripts repository!, Here you can upload your scripts and download scripts created by other users
- Browsing the ScriptList:
- Navigate to the SCRIPTLIST.md.
- Browse the list of Scripts.
- Downloading a Script:
- Mobile/Tablet:
- Hold down on
Download Script
. - Click
Copy link address
.
- Hold down on
- Desktop/Laptop:
- Right Click on
Download Script
. - Click
Copy link address
.
- Right Click on
- Mobile/Tablet:
- Importing a Script:
- Open
SE Extended
. - Navigate to
Scripts
Tab. - Click
Import from Url
. - Paste the Script link.
- Click
Import
.
- Open
- Enabling The Script: Click the toggle next to a Script.
- Following Documentation: Start by following the documentation That is found here.
- Ide:
- Choose an
IDE
for creating your javascript file. - Mobile/Tablet:
- Desktop/Laptop:
- Create the file.
- Save the file.
- Add your .js (JavaScript) file to your scripts directory.
- Open
SE Extended
. - Head to the
scripts
tab. - Pull down to refresh.
- Choose an
Your Script should now be loaded in
- Fork this Repository: Click the 'Fork' button at the top right of this page to create a copy of this repository on your account.
- Upload Your Script:
- Go to your forked repository.
- Navigate to the
Scripts/
directory. - Click on
Add file
and selectUpload files
. - Upload your Javascript file.
- Commit the changes.
- Updating the Script list:
- Navigate to The
SCRIPTLIST.md
. - Scroll down to the bottom.
- Add the following:
## Name of script - **Description:** description of the script - **Version:** version of the script - **Author:** Your name or Github name - [Download Script](https://raw.githubusercontent.com/SE-Extended/Scripts/main/Scripts/scriptfilename.js)
- Commit the changes.
- Navigate to The
- Create a Pull Request:
- Go back to SE-Extended/Scripts
- Click on
Pull Requests
and then clickNew Pull Request
. - Select your forked repository and the branch with your Script.
- Create the pull request.
Your Script will be reviewed and merged into the repository.
- Ensure your Javascript file is working!
- In the Pull requests title Type
feat(script): "script name"
.
Thank you for contributing!