<![endif] Toggle navigation FEATURES PRICING BLOG LOG IN FREE SIGN UP Navigate Archive Feed Archive RSS TLDR: Watch the BugReplay Recording of Pornhub dodging AdBlock (NSFW level: medium) We tried to find the most PG page on MindGeek’s network to use as an example- it wasn’t easy. When I was building the prototype for BugReplay , I was evaluating different methods of capturing and analyzing network traffic from Chrome. One of the first things I saw that looked promising was the chrome.webRequest API. From the docs: “ Use the chrome.webRequest API to observe and analyze traffic and to intercept, block, or modify requests in-flight .” That seemed to be exactly what I needed. After experimenting with the Chrome webRequest API, I quickly realized there was a big problem. It didn’t allow me to analyze any WebSocket traffic, something I really wanted to support. As I was searching the ...