web editing / temp changingI need a tool to temporary change text in my school web page only for me to see only I need to show my parents I got a 4 (B) in geography any suggestions? didnt know what to insert to google so couldnt use it
Code: javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 something like this ?
I dont know anything about web pages so if you post something like @Eminem plox tell me what to do too
Originally Posted by Markus Backup I dont know anything about web pages so if you post something like @Eminem plox tell me what to do too paste them into your link bar . then press enter . now u can edit . to hide u can paste the original title back without pressing enteR .
This is extremely easy. Goto the webpage, put this code into the url, press enter, change what you want, retype the original url. Code: javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0