NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name placeholder_01.js // @description template for new user scripts // @version 1 // @require https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js // @include /^https://.*-des\.f.v..d\.com// // @license MIT // ==/UserScript== // ==OpenUserJS== // @author dlupu // @collaborator clambert // @collaborator ford.lambert // ==/OpenUserJS== (function(jQuery) { 'use strict'; jQuery.noConflict(); // do not use $ because it's also used by Prototype // your code here })(jQuery);