KR exploit

reloads page as invest button

目前為 2017-03-14 提交的版本,檢視 最新版本

// ==UserScript==
// @name         KR exploit
// @namespace    http://tampermonkey.net/
// @version      1.00
// @description  reloads page as invest button
// @author       meatman2tasty
// @match        http://karnage.io/*
// @grant        none
// ==/UserScript==

$("#loginButtonHolder").mousedown(function(ev){
      if(ev.which == 1)
      {
          location.reload();
      }
});

QingJ © 2025

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