// ==UserScript== // @name Redeem itch.io // @namespace http://tampermonkey.net/ // @version 0.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 url = window.location.href; /**********************************************/ /*---------------------检测itch.io key链接----------------------------*/ if (/^https?:\/\/[\w]{1,}.com\/giveaway\.php\?id\=[\d]{0,}/i.test(url)){ var redeemurl=document.getElementsByClassName("text-center"); for(var c=0;c