Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS rules don't work on xda-developers.com in Firefox #1004

Closed
AdamWr opened this issue Apr 18, 2018 · 1 comment
Closed

JS rules don't work on xda-developers.com in Firefox #1004

AdamWr opened this issue Apr 18, 2018 · 1 comment
Assignees
Milestone

Comments

@AdamWr
Copy link
Member

AdamWr commented Apr 18, 2018

Steps to reproduce

  1. Add this rule to user filter - xda-developers.com#%#console.log("Test");
  2. Go here - https://www.xda-developers.com/

Expected behavior

JS rules should work

Screenshot

image

Actual behavior

JS rules don't work

Screenshot:

image


It's probably due to rules like these:
$webrtc,domain=xda-developers.com
$websocket,domain=xda-developers.com

Your environment

  • AdGuard AdBlocker extension version: 2.9.2
  • Environment name and version: Firefox 59.0.2
  • Filters you use in AdGuard: English
  • Any other browser extensions you have installed: -
@BlazDT
Copy link

BlazDT commented Apr 21, 2018

Site seems to override something and sets some cookies with "conv". When those cookies are present, javascript rules seem to non-working anymore. On clean visit the following rule works fine, when waiting a bit and then changing to another article, it reads those cookies and is messing with our javascript rules:

xda-developers.com#%#window.alert("Hello");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants