NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Template(腳本樣板) // @homepageURL https://github.com/arphen/arphen.user.js/blob/master/_template.user.js?aplmode=edit // @source https://rawgit.com/arphen/arphen.user.js/master/_template.user.js // @version 4.0.20171025 // @description My Tampermonkey Script Template // @include http*://foo.bar/* // @copyright 2015+, Arphen Lin // @author Arphen Lin // @require https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js // @require https://rawgit.com/arphen/arphen.user.js/master/libs/utility.js?v=201710250877587943 // @grant none // ==/UserScript== this.$ = this.jQuery = jQuery.noConflict(true); function main() { APLTOOL.myLog.init('Template(腳本樣板)'); } main();