|
|
|
|
|
by klntsky
1256 days ago
|
|
> What if your clients are using Chrome extensions that affect how the page is rendered? How can you replicate that? You should not rely on anything on the client side, just accept the fact you don't control the code that is run there. If you care about a few cases like adblockers, just test them in a headless browser. |
|