写给天依

try to take over the world!

  1. // ==UserScript==
  2. // @name 写给天依
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.18
  5. // @description try to take over the world!
  6. // @author You
  7. // @connect www.baidu.com
  8. // @include *://ipv6.baidu.com/*
  9. // @include *://www.baidu.com/*
  10. // @include *://m.baidu.com/*
  11. // @include *://xueshu.baidu.com/s*
  12. // @include *://www.sogou.com/web*
  13. // @include *://www.sogou.com/sie*
  14. // @include *://www.sogou.com/sogou*
  15. // @include *://www.sogou.com/tx*
  16. // @include *://www.so.com/s?*
  17. // @include *://*.bing.com/*
  18. // @include *://encrypted.google.*/search*
  19. // @include *://*.google*/search*
  20. // @include *://*.google*/webhp*
  21. // @include *://www.google*/ac-notexist*
  22. // @include *://*.zhihu.com/*
  23. // @exclude *://*.google*/sorry*
  24. // @grant none
  25. // ==/UserScript==
  26.  
  27. (function() {
  28. 'use strict';
  29. var a_idx = 0 ;
  30. // document.write('<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>');
  31. var str = '<img class="currentImg" id="currentImg" onload="alog &amp;&amp; src="http://image1.admaimai.com/uploadfiles/1%2838809%29.jpg" width="572" height="423" log-rightclick="p=5.102" title="点击查看源网页" style="left: 0px; top: 194px; width: 490px; height: 362.36px; cursor: pointer;">';
  32. $("body").click(function(e) {
  33. var a = new Array("❤天依你好啊!❤","❤忍耐❤","❤喜乐 ❤","❤恩慈❤","❤信实❤","❤节制❤","❤温柔 ❤","❤ 仁爱 ❤","❤良善❤");
  34. var $i = $("<span/>").text(a[a_idx]);
  35. a_idx = (a_idx + 1) % a.length;
  36. var x = e.pageX,
  37. y = e.pageY;
  38. $i.css({
  39. "z-index": 9999999999999999999999,
  40. "top": y - 20,
  41. "left": x,
  42. "position": "absolute",
  43. "font-weight": "bold",
  44. "color": "rgb("+~~(255*Math.random())+","+~~(255*Math.random())+","+~~(255*Math.random())+")"
  45. });
  46. $("body").append($i);
  47. $i.animate({
  48. "top": y - 180,
  49. "opacity": 0
  50. },
  51. 1500,
  52. function() {
  53. $i.remove();
  54. });
  55. });
  56. })();

QingJ © 2025

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