Greasy Fork

Greasy Fork is available in English.

flyertea LookMore

lookmore without registe

// ==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
// ==/UserScript==

(function() {
    'use strict';
    // Your code here...
    lookMore();
})();