views:

96

answers:

3

is there a firefox plugin that will let me ignore a certain 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!

+8  A: 

Try using Firebug. Add a breakpoint right before the error, then modify the JS before you continue. Good luck!

Michael Krauklis
Clever, didn't think of that!
Pekka
very good indeed
ithcy
great workaround !
Gaby
+3  A: 

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.

Matthew Vines