//Paste this in the "console" tab of the Inspect window
//with this you temporarily edit text of a webpage on your end
javascript:document.body.contentEditable = true; void 0;
document.body.contentEditable = 'true';
document.designMode = 'on';
document.body.contentEditable = 'true';
document.designMode = 'on';