Skip to content

Instantly share code, notes, and snippets.

@atzkey
Last active October 2, 2015 16:57
Show Gist options
  • Save atzkey/f98bfb0c837f57f4ae4a to your computer and use it in GitHub Desktop.
Save atzkey/f98bfb0c837f57f4ae4a to your computer and use it in GitHub Desktop.
tut.by nocopy user script
// ==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