Force story text copy on fanfiction.net
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 ffn-yescopy | |
// @version 1 | |
// @match https://*.fanfiction.net/* | |
// @match http://*.fanfiction.net/* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
// @grant none | |
// ==/UserScript== | |
waitForKeyElements (".nocopy", (e) => e.css('user-select', 'text')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment