wdsl.js 398 B

123456789101112
  1. // ==UserScript==
  2. // @name 闻达思路
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description 闻达思路入口
  6. // @author lyyyy
  7. // @match http://127.0.0.1:17860/
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=0.1
  9. // @grant none
  10. // ==/UserScript==
  11. app.plugins.push({ icon: "head-flash", url: "wdsl.html", hide_title: true })
粤ICP备19079148号