If you’re like me (mouth-breather, loves yo-yo’s and warm potato salad) any visit to an interesting site usually includes casually right-clicking to inspect the element or view the source. I like to see if I can guess just from looking if it’s a WordPress site. (I’m right about 80% of the time!) I came across one yesterday that disallowed it; specifically they blocked it using javascript.
Couple of methods to get around this:
- Ctrl + Shift + i opens the console (this is the easiest one and what I recommend)
- Disabling javascript (remember to undo this unless you want to live in a boring world) from the settings of your browser
- Looking for the specific script and disabling it
- Pasting in javascript:void(document.oncontextmenu=null); to the browser console (supposedly…I was not smart enough to get this to work, so I had to use one of the first two methods)
What worked for you?
Leave a Reply