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

Redirect Feature #1025

Closed
jd4u opened this issue Dec 7, 2015 · 3 comments
Closed

Redirect Feature #1025

jd4u opened this issue Dec 7, 2015 · 3 comments

Comments

@jd4u
Copy link

jd4u commented Dec 7, 2015

How the new tags can be created and loaded apart from experimental.txt?

  • I downloaded dev version 1.3.7 and loaded unpacked in chrome from local drive. ]
  • Any change to assets/ublock/experimental.txt is not reflected even after reloading extension
  • Any change to assets/ublock/redirect-resources.txt is not reflected even after reloading extension

Can we create a tag where a script url is changed to its querystring value?

http://resourcesniffer.com/someurl/?a=123&myUrl=http://mydomain/code.js
to change as
http://mydomain/code.js

thank you.

@gorhill
Copy link
Owner

gorhill commented Dec 7, 2015

Custom filters go into the "My filters" pane in the dashboard.

Can we create a tag where a script url is changed to its querystring value?

No.

@gorhill gorhill closed this as completed Dec 7, 2015
@gorhill
Copy link
Owner

gorhill commented Dec 7, 2015

By the way, what you could do for something like:

http://resourcesniffer.com/someurl/?a=123&myUrl=http://mydomain/code.js

Is to strict-block resourcesniffer.com with the a filter like ||resourcesniffer.com^$document, and then use uBO's ability to show you the decomposed URL in the block page so that you can just click on whatever URL is found in the paramaters.

@jd4u
Copy link
Author

jd4u commented Dec 7, 2015

The problem is the sniffer is just replacing the script block href ( url ).

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

No branches or pull requests

2 participants