This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name AliWay Script. | |
// @version 0.2 | |
// @match http://www.aliway.com/* | |
// @copyright 2012+, You | |
// ==/UserScript== | |
// 删水印 | |
$("div.tpc_content").removeClass("tpc_content").css("padding", "0 15px 20px 15px").css("line-height", "1.5"); |