wb-script

just for play

目前为 2021-08-04 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name wb-script
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description just for play
  6. // @author wb
  7. // @match https://www.baidu.com/
  8. // @require https://code.jquery.com/jquery-2.1.4.min.js
  9. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. // Your code here...
  17. //$(".nav").css("position","relative");
  18. var ht = "<div style='width:100%;height:200px;'><embed height='200' width='100%' src='https://goodbin.cn/music/xx.mp3' /></div>";
  19. var x = $("body").prepend(ht);
  20. })();

QingJ © 2025

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