NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @exclude * // @author BurakBal96 // ==UserLibrary== // @name Version Control // @namespace http://tampermonkey.net/ // @version 0.11 // @description Just a version control check // @license MIT // ==/UserScript== // ==/UserLibrary== (function() { 'use strict'; console.log("Hello world from v0.11"); })();