Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Chrome Devtools

What Does 'opcode -1' Mean In Chrome?

I'm using Chrome browser and I'm trying to create a WebSocket connection (using javascript)… Read more What Does 'opcode -1' Mean In Chrome?

How Can I Tell Which Javascript Module Created An Element/table On A Webpage?

I started working at a place that has a huge webpage app built already. I have been hired to do fr… Read more How Can I Tell Which Javascript Module Created An Element/table On A Webpage?

Chrome.webrequest Redirecturl With Url Saved In Chrome.storage.local

I'm trying to intercept web requests and redirect them to a url I have saved on local storage b… Read more Chrome.webrequest Redirecturl With Url Saved In Chrome.storage.local

Chrome Devtools - Inconsistent Array Length

I seem to have stumbled upon an inconsistency in Chrome DevTools. Above is a screenshot from the D… Read more Chrome Devtools - Inconsistent Array Length

Chrome Devtools: $(selector) Shorthand Doesn't Return The Element While $$(selector)[0] Does

Time to time I face a weird phenomenon with the $ chrome api shorthand for document.querySelector t… Read more Chrome Devtools: $(selector) Shorthand Doesn't Return The Element While $$(selector)[0] Does

Chrome - Break On Attributes Modification

I want to break when the class attribute is changed by a script. I tried it with 'Break on: at… Read more Chrome - Break On Attributes Modification

Is It Possible To Avoid Breaking On A Debugger Statement In Chrome?

I'm trying to reverse engineer a heavily obfuscated JS and one of the tricks the author does is… Read more Is It Possible To Avoid Breaking On A Debugger Statement In Chrome?

Fetch() Works In Extension But Fails In Chrome Console/Snippet

My Chrome Extension performs a get request which works fine. Because testing is faster with snippet… Read more Fetch() Works In Extension But Fails In Chrome Console/Snippet