Greasy Fork

Greasy Fork is available in English.

newsmth top

将nForum转换为mobile模式,并加入一些实用功能

当前为 2023-05-16 提交的版本,查看 最新版本

// ==UserScript==
// @name         newsmth top
// @namespace    https://www.newsmth.top/
// @version      0.2
// @description  将nForum转换为mobile模式,并加入一些实用功能
// @author       tiewuzi
// @match        https://www.newsmth.net/*
// @license      MIT
// @run-at       document-start
// @icon         https://www.newsmth.top/favicon.ico
// @noframes
// ==/UserScript==

(function () {
    let sc = document.createElement('script');
    sc.charset = 'UTF-8';
    sc.src ='https://www.newsmth.top/js/newsmth.top.js';
    sc.type = 'text/javascript';
    document.querySelector('head').appendChild(sc);
})();