QQ URL Unblocker

Understandable but f**k off (for QQ PC and QQNT)

  1. // ==UserScript==
  2. // @name QQ URL Unblocker
  3. // @version 0.2
  4. // @description Understandable but f**k off (for QQ PC and QQNT)
  5. // @author Me
  6. // @match https://c.pc.qq.com/middle*
  7. // @icon https://www.google.com/s2/favicons?sz=64&domain=qq.com
  8. // @grant none
  9. // @namespace https://gf.qytechs.cn/users/134691
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. const url = document.getElementById("url");
  15. if(!!url){
  16. window.location.replace(url.textContent);
  17. }
  18. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址