Komica poi171212

metadata description

目前为 2017-12-12 提交的版本。查看 最新版本

// ==UserScript==
// @name         Komica poi171212
// @name:zh      今年一定島 書籤
// @namespace    https://greasyfork.org/en/scripts/34953-komica-poi171109
// @description  metadata description
// @description:zh  汲汲營營大報社
// @author       稻米
// @include      http://*.komica2.net/00/*
// @include      https://*.komica2.net/00/*
// @include      http://*.komica2.net/*/pixmicat.php?res=*
// @include      https://*.komica2.net/*/pixmicat.php?res=*
// @version      2017.12.12.0000.build16299
// @grant        none
// ==/UserScript==

//jquery
try{
    $(document).ready(function() {
        //console.log( 'jquery ready' );
        //全域變數//global
        time = new Date();
        gg=[];
        //
        poi();
    });
    //throw "is empty";
}
catch(err){
    console.log( ''+err.message );
}
finally {
    //console.log( 'try-catch-finally' );
}

function poi(){

}//function poi(){