// ==UserScript== // @name PT站自动感谢 // @description 浏览PT站资源详情页面时使用 AJAX 方式在后台自动感谢发布者。 // @namespace https://greasyfork.org/zh-CN/scripts/4736-pt%E7%AB%99%E8%87%AA%E5%8A%A8%E6%84%9F%E8%B0%A2 // @author ※云※ // @version 2014.09.13 // @include http://* // @include https://* // @downloadURL none // ==/UserScript== (function() { document.getElementById('saythanks').click(); } )();