-
Notifications
You must be signed in to change notification settings - Fork 81
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
Make the element picker to show the rule in full form #1018
Comments
Related: gorhill/uBlock#2035 I had this idea to solve related issue above by using CodeMirror's ability to embed widget in the text flow, and the hostname part would be always shown inline but as a dropdown list widget in text editable text area -- this is something I still need to experiment with to find out if it's feasible. |
Made a reference picture what I had in my mind when I spoke about a toggle: https://images2.imgbox.com/89/50/F39Il4Ad_o.gif But anyway - we'll see what you find the most reasonable option. :) |
Also note the picker can create network rules but request-type options such as $image or $frame are currently not shown. |
Originally posted by @gorhill in #1277 (comment) |
Duplicate of gorhill/uBlock#2035 |
Description
I suggest that the element picker of Ubo would be changed so that it shows the rule it's about to make, in full form, including the domain part. This would increase userfriendliness when those rules are copied to separate lists. Now, every time I want to copy the rule in the element picker to a separate list, I have to either manually type the domain part to that rule or create the rule and then go to my own filters and copy the full form rule from there to a desired location. If the element picker would show the rule in full form, it would decrease unnecessary manual work.
So instead of this:
The picker would work like this:
I would be very happy if at least there would be a setting or a toggle to permanently enable this. :)
A specific URL where the issue occurs
Steps to Reproduce
Expected behavior:
The picker would show the rule in full form, including the domain
Actual behavior:
The domain part is not shown.
Your environment
The text was updated successfully, but these errors were encountered: