// ==UserScript== // @name PT站自动感谢 // @description 浏览PT站资源详情页面时使用 AJAX 方式在后台自动感谢发布者。 // @namespace http://rainux.org/ // @author ※云※ // @version 2014.09.12 // @include http://* // @include https://* // @downloadURL none // ==/UserScript== (function() { document.getElementById('saythanks').click(); } )();