// ==UserScript== // @name 掌上书苑自动签到 // @description 早上8点后打开任意网页即可自动当日签到并兑换全部人气为书币 // @include * // @version 1.2 // @author yechenyin // @namespace https://greasyfork.org/users/3586-yechenyin // @require https://code.jquery.com/jquery-1.11.2.min.js // @grant GM_openInTab // @downloadURL https://update.greasyfork.icu/scripts/13318/%E6%8E%8C%E4%B8%8A%E4%B9%A6%E8%8B%91%E8%87%AA%E5%8A%A8%E7%AD%BE%E5%88%B0.user.js // @updateURL https://update.greasyfork.icu/scripts/13318/%E6%8E%8C%E4%B8%8A%E4%B9%A6%E8%8B%91%E8%87%AA%E5%8A%A8%E7%AD%BE%E5%88%B0.meta.js // ==/UserScript== (function ($) { function remove_iframe() { $('#cnepub_sign').remove(); } if (location.href.indexOf('http://www.cnepub.com/discuz/') < 0) { var date = new Date(); var utc = date.getTime() + date.getTimezoneOffset() * 60000; var china_time = utc + 8 * 3600 * 1000; var china_hour = (new Date(china_time)).getHours(); var china_date = (new Date(china_time)).getDate(); //console.log('china time:' + china_date + ' ' + china_hour); //console.log('signed date:' + localStorage.signed_date); if (china_hour >= 8 && china_date != localStorage.signed_date) { $('body').append($('