Change word in webpages

Change specific word in webpages

目前为 2016-03-24 提交的版本。查看 最新版本

// ==UserScript==
// @name        Change word in webpages
// @description Change specific word in webpages
// @namespace   https://gf.qytechs.cn/users/3718
// @include     http://*
// @include     https://*
// @exclude     *.google.com/*
// @version     1.0
// @require     http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js
// ==/UserScript==

$('body').html($('body').html().replace(/old_word_here/g,'new_word_here'));

QingJ © 2025

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