Skip to content

Instantly share code, notes, and snippets.

View afc163's full-sized avatar
🎃
Closing issues

afc163 afc163

🎃
Closing issues
View GitHub Profile
@afc163
afc163 / aliway_script
Last active December 26, 2015 07:28 — forked from sorrycc/aliway_script
// ==UserScript==
// @name AliWay Script.
// @version 0.1
// @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");
document.body.style.webkitUserSelect = "text";
document.body.style.MozUserSelect = "text";