Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/98bd85aec271c19cafeb813930aca990.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript==
// @name flyertea LookMore
// @namespace http://tampermonkey.net/
// @version 0.1
// @description lookmore without registe
// @author Windtrace
// @match *://www.flyertea.com/article-*
// @run-at document-end
// @grant GM_getValue
// @grant GM_setValue
// @downloadURL https://update.greasyfork.icu/scripts/372612/flyertea%20LookMore.user.js
// @updateURL https://update.greasyfork.icu/scripts/372612/flyertea%20LookMore.meta.js
// ==/UserScript==
(function() {
'use strict';
// Your code here...
lookMore();
})();