Ublock Unblock Element Full May 2026
If you want a full reset of dynamic rules, click the "Reset to default rules" button at the bottom of the "My rules" page.
Sometimes, you don't hide an element with the eyedropper. Sometimes, you accidentally click "Block a script" or "Block a 3rd-party request" using the dynamic filtering grid (the large matrix of domains).
If a video won't play or a login popup won't open, you might have blocked a resource, not an element.
| If the element... | Use this filter type | Example |
|----------------|----------------------|---------|
| Has a random class/id | ##.parent-class (block a stable parent) | ##.ad-container |
| Is injected by JS after page load | ##^script:has-text(...) or procedural filters | ##:xpath(//div[contains(@class,'banner')]) |
| Is part of a larger section | ##div[data-sticky] (attribute selector) | ##div[role="dialog"] |
| Comes back after scroll/click | Add :remove() or :upward() | ##.popup:upward(div) | ublock unblock element full
If your browser is completely riddled with accidental blocks, lost elements, and you have no idea which filter broke what, perform a full reset.
If you accidentally blocked something and want it back:
If you meant something else by "unblock element full" (like a feature to whitelist an element from being blocked globally), let me know and I'll give you the opposite approach. If you want a full reset of dynamic
To unblock an element you have previously hidden with uBlock Origin, you must manually remove the corresponding rule from your personal filter list. 1. Remove the Specific Blocked Element Most manual blocks created via the Element Picker are stored in the "My filters" tab. uBlock Origin icon in your browser toolbar. Dashboard icon (three gears or sliders) to open settings. Navigate to the "My filters" tab at the top.
Locate the line corresponding to the website and element you want to unblock. Newest filters are typically at the bottom of the list Delete the line(s) for that filter.
If you aren't sure which one it is, you can add an exclamation mark ( If you meant something else by "unblock element
) to the start of a line to comment it out and test if the element returns. "Apply changes" and refresh the page. 2. View What is Currently Blocked If you can't find the rule in "My filters," you can use the to see exactly what is being hidden on the current page: Click the uBlock icon and then the Logger icon (resembles a clipboard or list).
Reload your page. The logger will list all blocked (red) and allowed (green) items. "cosmetic" filters (indicated by ) to identify rules hiding elements on the page. 3. Temporary "Unblock" for Testing
If you just want to see the page without any cosmetic hiding: uBlock popup and click the
(Toggle cosmetic filtering) to disable element hiding for the current site only. This lets you see the hidden elements without deleting your rules permanently. Summary Table: uBlock Element Tools Element picker · gorhill/uBlock Wiki · GitHub