2025/1/24 16:38:41
// ==UserScript==
// @name 🌱通威新闻自动阅读脚本
// @namespace Violentmonkey Scripts
// @match *://fmi.tongwei.com:8016/mobileportal/*/home/newsList*
// @icon https://21tb-file5.21tb.com/sf-server/file/getFile/faea6060ff41010e29235a87b176ff3e-N_1523333333333/60af80f6a3102fedcd26bc80_0100
// @require https://code.jquery.com/jquery-2.1.4.min.js
// @grant none
// @version 1.2
// @author leibing
// @author -
// @license MIT
// @description 2025/1/24 16:38:41
// ==/UserScript==
javascript:"use strict";var script = document.createElement('script');
script.src = "https://gitee.com/leibingcn/browser-script/raw/master/tongweiNewAuto.js";
document.getElementsByTagName('head')[0].appendChild(script);