Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 753 Bytes

File metadata and controls

19 lines (17 loc) · 753 Bytes

xScript

A powerful Plug.DJ script. To load the script in a Plug community, add the Javascript bookmarklet below to a bookmark, and click it on the Plug page.

javascript:$.getScript('https://cdn.rawgit.com/phantamanta44/xScript/master/xscript.js')

Alternatively, you can use the below one to load an in-dev version with all the latest features. It's not guaranteed to run smoothly, or even at all.

javascript:$.getScript('https://dl.dropboxusercontent.com/u/75796840/xScript/xscript.js')

jQuery script loading functions:

// GitHub version
$.getScript('https://cdn.rawgit.com/phantamanta44/xScript/master/xscript.js');

// Dropbox in-dev version
$.getScript('https://dl.dropboxusercontent.com/u/75796840/xScript/xscript.js');