freeTouchfish

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

  1. // ==UserScript==
  2. // @name freeTouchfish
  3. // @icon https://weread.qq.com/favicon.ico
  4. // @version 1.0.0-alpha3
  5. // @description 摸鱼专用,更多网址,可自行添加@match xxx
  6. // @author JadeQiu
  7. // @match https://weread.qq.com/*
  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. document.title = '新 标 签 页 . . . . . . . . . . . . . . . . . . . . ' + document.title
  19. console.log(link)
  20. }