// ==UserScript== // @name Redeem itch.io // @namespace http://tampermonkey.net/ // @version 0.6.1 // @description 自动激活itch.io key链接和免费itch.io游戏 // @author HCLonely // @include *://*.com/giveaway.php?id=* // @include *://*itch.io/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; var closeWindow=0;//激活完成后不自动关闭页面,改为1则为自动关闭 var url = window.location.href; /***************************检测itch.io key链接***************************/ if (/^https?:\/\/[\w]{1,}.com\/giveaway\.php\?id\=[\d]{0,}/i.test(url)){ $("div.panel-body").append('
' + '

' + '

'); var redeemurl=document.getElementsByClassName("text-center"); for(var c=0;c