dlupu / placeholder_01.js

// ==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);