FuckQQ

拦你妈呢死妈 QQ 管家

当前为 2022-07-22 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name FuckQQ
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.2
  5. // @description 拦你妈呢死妈 QQ 管家
  6. // @connect raw.githubusercontent.com
  7. // @connect github.com
  8. // @connect cdn.jsdelivr.net
  9. // @licence MIT
  10. // @author https://github.com/Cierra-Runis
  11. // @match https://c.pc.qq.com/*
  12. // @icon https://github.com/Cierra-Runis/FuckQQ/blob/master/favicon.png?raw=truedomain=qq.com
  13. // @grant none
  14. // ==/UserScript==
  15.  
  16. (function () {
  17. 'use strict';
  18. window.location.href = document.getElementById('url').textContent
  19. })();