1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Updated Does uBlock block ads or just hide them? (markdown)

Raymond Hill 2015-11-18 10:45:03 -05:00
parent 98fbb7b913
commit 585d66a31a

@ -49,7 +49,8 @@ Different classes of cosmetic filters are applied differently:
- Generic cosmetic filters: injected after page's root DOM is loaded
- These are cacheable
- Since these cosmetic filters are applied after page load, DOM elements **may** be hidden after they are rendered
- Notice the emphasized "may": generally, you won't see this: the slower the computer, the higher the likelihood
- Notice the emphasized "may": generally, you won't see this: the slower the computer, the higher the likelihood
- Solution to this for when the behavior occurs and is an issue for a user: to create the appropriate specific cosmetic filter.
- Cached generic cosmetic filters: injected before page's root DOM is loaded
- No flickering