top | item 46295464

(no title)

slau | 2 months ago

I'd love to be able to modify JS at runtime on random websites. Too often there's a bug, or a "feature" that prevents me from using a service, that I could fix by removing an event or something in the JS code.

discuss

order

holowoodman|2 months ago

That's what development tools are for. Or Greasemonkey/Violentmonkey.

slau|2 months ago

As far as I know neither Firefox nor Chrome allow you to modify the JS prior to execution without a plugin. You can run random JS, sure, but you can’t monkeypatch.