Skip to content

Instantly share code, notes, and snippets.

@afc163
Forked from sorrycc/aliway_script
Last active December 26, 2015 07:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save afc163/7115024 to your computer and use it in GitHub Desktop.
// ==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";
document.oncontextmenu = null;
document.onselectstart = null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment