github-discussion.js 401 B

1234567891011
  1. // ==UserScript==
  2. // @name 交流界面
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description 提供闻达交流讨论链接
  6. // @author You
  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:"chat-alert-outline", url: "static/tl.html" })
粤ICP备19079148号