Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
syncerr
on March 6, 2014
|
parent
|
context
|
favorite
| on:
Netflix disables use of the Chrome developer conso...
Just enter this in the address bar (may have to manually re-type "javascript:")
> javascript:void(delete window.console);
userbinator
on March 6, 2014
|
next
[–]
Intuitively, I would expect that to FUBAR the console completely but it's actually deleting the overridden version so it restores the
real
console's properties (which thankfully cannot be deleted.) Cute way of fixing it.
dav-
on March 6, 2014
|
prev
[–]
Watch out, this guy's obviously a slimy social engineer. Don't fall for his tricks.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
> javascript:void(delete window.console);