freeTouchfish

摸鱼专用,更多网址,可自行添加@match xxx

当前为 2024-02-18 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name freeTouchfish
  3. // @icon https://weread.qq.com/favicon.ico
  4. // @version 0.0.1
  5. // @description 摸鱼专用,更多网址,可自行添加@match xxx
  6. // @author JadeQiu
  7. // @match https://weread.qq.com/web/reader/*
  8. // @match *
  9. // @license MIT
  10. // @namespace https://greasyfork.org/users/981895
  11. // ==/UserScript==
  12.  
  13. window.onload = function () {
  14. let link = document.querySelectorAll("*[rel*='ico']")
  15. link.forEach(l => {
  16. l.setAttribute('href', 'https://xada.cdadafdafeawfwafwafewa.png')
  17. })
  18. console.log(link)
  19. }