Fanfiction.net's Nocopy by
Desdendelle
on 2013-10-18 20:31:00 UTC
Reply
As some of you might have noticed, ff.net has recently implemented a feature that prevents copy-pasting text from their stories. As this kinda makes life hard for us, I asked EllipsisFlood for her help, and she came with this nifty piece of code:
javascript:%20(function()%20{$('.nocopy').removeClass('nocopy').parent().css({'-moz-user-select':'auto','-webkit-user-select':'auto','user-select':'auto'})})()
What you need to do to make it work is to bookmark the code (highlighting it and dragging it to the bookmarks menu worked for me), then click on the bookmark, and voilà, you can copy from ff.net again!