// ==UserScript== // @name Site - Script // @description ES6 script // @author James Skinner (https://github.com/spiralx) // @namespace http://spiralx.org/ // @version 0.0.1 // @icon http://tampermonkey.net/favicon.ico // @match <$URL$> // @grant none // @run-at document-end // @require https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.js // @require https://rawgit.com/spiralx/653f2226b08167e4aaf8/raw/e830ed1ff2202102b91eb326f7826613ae9070ed/urijs-all.js // ==/UserScript== /* jshint asi: true, esnext: true, -W097 */ (function($) { 'use strict' // Code... }).bind(this)(jQuery) jQuery.noConflict()