// ==UserScript== // @name Dailyindiegame Extension // @namespace http://tampermonkey.net/ // @description em....很弱的脚本.DIG商店自动隐藏无卡及已拥有游戏 // @match http://www.dailyindiegame.com/content* // @require https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js // @version 20180423 // @downloadURL none // ==/UserScript== (function() { $(document).ready(function(){ var gameList,gameNum,gcard,owned,ownapp,digacc; gameList = $("tr.DIG3_14_Gray"); gameNum = gameList.length; for(var i=0;i