Hello.
I saw a post on here asking for a script ID, and I thought I'd make a tutorial on how to find the IDs of free scripts.
First you wanna go to the SDN and find the script you want the ID of.
Then right-click on the "add" or "remove" button, and click "Inspect Element" (Chrome).
Then it should highlight something like this:
<button class="button basic_script_label red" onclick="window.location='/mvc/sdn2/scripts/0?action=rmv&scriptID=1030'">
Remove
</button>
Where it says "window.location='", you can see part of a web path. The last bit of that will contain the scriptID (The number after "scriptID=")
If you have any questions, feel free to ask