c h a n g e t i t l e

try to take over the world!

  1. // ==UserScript==
  2. // @name c h a n g e t i t l e
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @match
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. function run(){
  12. document.getElementsByTagName("TITLE")[0].text ="...."
  13.  
  14. }
  15.  
  16.  
  17. run();

QingJ © 2025

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