You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure browser zoom level is 100% and note value of window.devicePixelRatio
If window.devicePixelRatio == 1 then zoom out to 33% and refresh page.
Outcome: AdBlocker detected
Desired: AdBlocker should not be detected
N.b. If window.devicePixelRatio > 1 (i.e. testing on a retina screen) zoom level and window dimensions may differ slightly to above.
Technical issue
The above steps mean this._var.bait.offsetHeight, this._var.bait.offsetWidth, this._var.bait.clientHeight, this._var.bait.clientWidth all equal zero and flag detected.
The text was updated successfully, but these errors were encountered:
steevee
pushed a commit
to steevee/BlockAdBlock
that referenced
this issue
May 3, 2019
Steps to replicate
window.devicePixelRatio
window.devicePixelRatio == 1
then zoom out to 33% and refresh page.window.devicePixelRatio > 1
(i.e. testing on a retina screen) zoom level and window dimensions may differ slightly to above.Technical issue
The above steps mean
this._var.bait.offsetHeight
,this._var.bait.offsetWidth
,this._var.bait.clientHeight
,this._var.bait.clientWidth
all equal zero and flag detected.The text was updated successfully, but these errors were encountered: