Skip to content

Instantly share code, notes, and snippets.

@jjbarr
Created August 22, 2021 18:29
  • 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
Embed
What would you like to do?
Force story text copy on fanfiction.net
// ==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