FF.Net Disables Highlighting of Story Text: Greasemonkey Fix

379 views
Skip to first unread message

Chad Peterson

unread,
Oct 8, 2013, 5:13:46 AM10/8/13
to def...@googlegroups.com
What a pain in the ass this is that I can mark my place as I am reading.

Here is a fix that I made if you have Greasemonkey installed in your web browser:

// ==UserScript==
// @name Kill FanFiction.Net nocopy
// @namespace FicSavers.Com / DeFFNetIzer.Com
// @description Disables FanFiction.Net's disabling of selecting story text
// @include http://www.fanfiction.net/*
// @include www.fanfiction.net/*
// @include *.fanfiction.net/*
// @grant none
// ==/UserScript==

var userTypeNodes = $(".nocopy");
userTypeNodes.removeClass ("nocopy");
// ==UserScript==
// @name        Kill FanFiction.Net nocopy
// @namespace   FicSavers.Com / DeFFNetIzer.Com
// @description Disables FanFiction.Net's disabling of selecting story text
// @include     *.fanfiction.net/*
// @grant       none
// ==/UserScript==

var userTypeNodes = $(".nocopy");
userTypeNodes.removeClass ("nocopy");
// ==UserScript==
// @name Kill FanFiction.Net nocopy
// @namespace FicSavers.Com / DeFFNetIzer.Com
// @description Disables FanFiction.Net's disabling of selecting story text
// @include http://www.fanfiction.net/*
// @include www.fanfiction.net/*
// @include *.fanfiction.net/*
// @grant none
// ==/UserScript==

var userTypeNodes = $(".nocopy");
userTypeNodes.removeClass ("nocopy");

Chad Peterson

unread,
Oct 8, 2013, 5:16:33 AM10/8/13
to def...@googlegroups.com
Hrm. Not sure why it repeated in the original post. Trying it again...


// ==UserScript==
// @name Kill FanFiction.Net nocopy
// @namespace FicSavers.Com / DeFFNetIzer.Com
// @description Disables FanFiction.Net's disabling of selecting story text
// @include http://www.fanfiction.net/*
// @include www.fanfiction.net/*
// @include *.fanfiction.net/*
// @grant none
// ==/UserScript==

var userTypeNodes = $(".nocopy");
userTypeNodes.removeClass ("nocopy");


amelie

unread,
Oct 8, 2013, 5:19:14 AM10/8/13
to def...@googlegroups.com
Thank you! I hadn't even noticed this newest screw-up of ffnet. I mean honestly, WTF? They really are systematically disassambling ffnet, aren't they?
--
You received this message because you are subscribed to the Google Groups "DeFFNetIzer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deffnet+u...@googlegroups.com.
To post to this group, send email to def...@googlegroups.com.
Visit this group at http://groups.google.com/group/deffnet.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages