您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
摸鱼专用,更多网址,可自行添加@match xxx
当前为
- // ==UserScript==
- // @name freeTouchfish
- // @icon https://weread.qq.com/favicon.ico
- // @version 0.0.1
- // @description 摸鱼专用,更多网址,可自行添加@match xxx
- // @author JadeQiu
- // @match https://weread.qq.com/web/reader/*
- // @match *
- // @license MIT
- // @namespace https://greasyfork.org/users/981895
- // ==/UserScript==
- window.onload = function () {
- let link = document.querySelectorAll("*[rel*='ico']")
- link.forEach(l => {
- l.setAttribute('href', 'https://xada.cdadafdafeawfwafwafewa.png')
- })
- console.log(link)
- }