屏蔽微博兴趣页面

屏蔽微博兴趣

  1. // ==UserScript==
  2. // @name 屏蔽微博兴趣页面
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description 屏蔽微博兴趣
  6. // @author isaac
  7. // @match https://weibo.com/nguide/interests
  8. // @grant none
  9. // @run-at document-start
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. location.href = 'https://weibo.com/'
  15. // Your code here...
  16. })();

QingJ © 2025

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