// ==UserScript== // @name FFnet remove hovering 'story content' // @description Removes hovering box displaying 'story content' // @include http://*.fanfiction.net/s/* // @include http://*.fictionpress.com/* // @grant none // @version 1 // @namespace https://greasyfork.org/users/3546 // @downloadURL https://update.greasyfork.icu/scripts/3340/FFnet%20remove%20hovering%20%27story%20content%27.user.js // @updateURL https://update.greasyfork.icu/scripts/3340/FFnet%20remove%20hovering%20%27story%20content%27.meta.js // ==/UserScript== document.getElementById("storytextp").title="";