// ==UserScript== // @name Redeem itch.io // @namespace http://tampermonkey.net/ // @version 1.0.8 // @description 自动激活itch.io key链接和免费itch.io游戏 // @author HCLonely // @include *://gamecode.win/giveaway/* // @include *://*itch.io/* // @supportURL https://blog.hclonely.com/posts/578f9be7/ // @homepage https://blog.hclonely.com/posts/578f9be7/ // @grant none // @run-at document-end // @downloadURL none // ==/UserScript== (function() { 'use strict'; var closeWindow=true;//激活完成后自动关闭页面,改为'false'则为不自动关闭 var url = location.href; /***************************检测itch.io key链接***************************/ if (url.includes("gamecode.win")){ $("div.panel-body").append('
' + '

' + '

'); var redeemurl=document.getElementsByClassName("text-center"); for(var c=0;c0)&&closeWindow==1) window.close(); } /***********************领取免费itch.io游戏***************************/ if(/^https?:\/\/.*?itch\.io\/.*?\/purchase(\?.*?)?$/.test(url)&&/No thanks\, just take me to the downloads/i.test($("a.direct_download_btn").text())){ $("a.direct_download_btn")[0].click(); }else if(/0\.00/gim.test($(".button_message").eq(0).find(".dollars[itemprop]").text())||/Name your own price/gim.test($(".button_message").eq(0).find(".buy_message").text())){ window.open(url+"/purchase","_self") } /************************限时免费游戏包*****************************/ if(/https?:\/\/itch.io\/s\/[\d]{1,}\/[\w\W]{1,}/.test(url)){ let gameLink=document.getElementsByClassName("thumb_link game_link"); for(var x=0,y=gameLink.length;x