User:CALR/nofootnotes.js

var toolbox = document.getElementById('p-tb');

if( toolbox ){

toolbox.innerHTML += 'Hide footnotes';

}else{

document.write( 'no tooly' );

}