x-links
x-links copied to clipboard
ExLinks but better
X-links
X-links is a heavily modified fork of ExLinks with many improvements and added features. It works on Firefox and Chrome to make your browsing experience on 4chan and friends more pleasurable.
Installing
For full instructions and information, go to the proper homepage.
To quickly install, here are the links to the different userscript versions:
-
x-links.user.js - the standard version of the userscript
You probably want this version -
x-links.debug.user.js - the debugging version of the userscript
If you install this version, keep in mind:- It will be somewhat slower than the standard version
- It will not overwrite the standard version
- It will not automatically update (probably)
Developing
- Install Node.js
- Clone the repository
- Run
npm install
in the repository directory to install the required modules
build.js usage
node x-build [options] <meta files...>
Available options:
--dev Enable continous builds when relevant script files are updated
--full Build with full debugging information
If no meta files are specified, "./src/main.json" is used.
Otherwise, <meta files> is a list of .json files that act as build descriptors.
Post-build
You can also add a custom post_build.bat
or post_build.sh
file which is executed after a build is complete.