I added bad js to my website. Now it won't load completely and I can't get to the admin to remove it
is there a firefox plugin that will let me ignore a ce开发者_JS百科rtain snippet of code?
If I turn off js, the page loads but I can't get to the admin because that requires js.
I would like to leave js on, but have my browser simply ignore a couple lines of code.
Possible?
Thanks!
Try using Firebug. Add a breakpoint right before the error, then modify the JS before you continue. Good luck!
You may be able to whip up a script in Greasemonkey that can skip the lines, though this will only be when you run it, not when other run it.
The correct answer is to ftp the correct Javascript files to the server or course.
Hy
Try https://addons.mozilla.org/de/firefox/addon/521
精彩评论