Change words/phrases/advanced syntaxes in web pages

Change words/phrases/advanced syntaxes/regular expressions in web pages

当前为 2016-03-24 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Change words/phrases/advanced syntaxes in web pages
  3. // @description Change words/phrases/advanced syntaxes/regular expressions in web pages
  4. // @namespace https://gf.qytechs.cn/users/3718
  5. // @include http://*
  6. // @include https://*
  7. // @exclude *.google.com/*
  8. // @version 1.0
  9. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js
  10. // ==/UserScript==
  11.  
  12. $('body').html($('body').html().replace(/old_word_here/g,'new_word_here'));
  13.  
  14. //by default - disabled on google.com, but you can always "repair" this by removing the line with "*.google.com/*" from above :)

QingJ © 2025

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