Last active
October 2, 2015 16:57
-
-
Save atzkey/f98bfb0c837f57f4ae4a to your computer and use it in GitHub Desktop.
tut.by nocopy user script
This file contains hidden or 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 tut.by nocopy | |
// @namespace http://atzkey.org/ | |
// @version 0.1 | |
// @description Removes the "Full article" link from the copied article text | |
// @author atzkey | |
// @match http*://*.tut.by/* | |
// @grant none | |
// ==/UserScript== | |
$('.b-article').off('copy'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment