(function() {
    $("a").on("click contextmenu",
    function() {
        var b = Math.floor(100 * Math.random()) + 1,
        a = this.href.indexOf("url="),
        c = this.href.indexOf("&k="); - 1 !== a && -1 === c && (a = this.href.substr(a + 4 + parseInt("26") + b, 1), 

     this.href += "&k=" + b + "&h=" + a) }) })();

 

相关文章:

  • 2022-02-18
  • 2022-01-31
  • 2021-11-19
  • 2022-01-21
  • 2021-04-24
  • 2022-02-09
  • 2022-01-04
猜你喜欢
  • 2021-04-23
  • 2021-08-29
  • 2021-11-07
  • 2021-07-06
  • 2021-12-06
  • 2021-11-28
  • 2022-12-23
相关资源
相似解决方案