Greasy Fork is available in English.

FFnet remove hovering 'story content'

Removes hovering box displaying 'story content'

// ==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
// ==/UserScript==

document.getElementById("storytextp").title="";