| 12345678910111213 |
- // ==UserScript==
- // @name 闻达数据
- // @namespace http://tampermonkey.net/
- // @version 0.1
- // @description 闻达数据入口
- // @author lyyyy
- // @match http://127.0.0.1:17860/
- // @icon https://www.google.com/s2/favicons?sz=64&domain=0.1
- // @grant none
- // ==/UserScript==
- app.plugins.push({ icon: "microsoft-excel", url: "wdsj.html", hide_title: true })
- app.plugins.push({ icon: "microsoft-excel", url: "wdsj_glm3.html", hide_title: true })
|