mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Added "click2load" examples in "Available resources" section.
parent
d5c26fc92e
commit
b2ff9ec6b6
1 changed files with 6 additions and 2 deletions
|
|
@ -1833,9 +1833,13 @@ They purpose is to mislead page to think that real files have been served.
|
|||
|
||||
for embedded `<iframe>` elements. New in [1.31.0](https://github.com/gorhill/uBlock/commit/59169209850c54c31d94990f0c956281fe43eb03) (also [2e5d32e9](https://github.com/gorhill/uBlock/commit/2e5d32e96798dd55f3fae66d7091645ff7ad3784), [46d7f8a7](https://github.com/gorhill/uBlock/commit/46d7f8a70c937441545db9c53df2647081ee9d12)). Frames redirected to this resource will not be collapsed, instead, widget with clickable and selectable frame source link will be displayed. Clicking the icon next to source link will open frame content in new tab. Clicking the widget content will unblock and load original frame content.
|
||||
|
||||
Example rule:
|
||||
Example rules:
|
||||
|
||||
`||ad.server.com/$script,redirect=noop.js,domain=www.google.com`
|
||||
- `||ad.server.com/$script,redirect=noop.js,domain=www.google.com`
|
||||
- `||dailymotion.com$3p,frame,redirect=click2load.html,domain=lemonde.fr` for example video link:
|
||||
`https://www.lemonde.fr/international/video/2024/08/23/en-images-le-discours-de-kamala-harris-pour-clore-la-convention-democrate_6291494_3210.html`
|
||||
- `||vimeo.com$3p,frame,redirect=click2load.html,domain=theregister.com` for example video link:
|
||||
`https://www.theregister.com/2024/08/01/a_fresh_approach_for_container/`
|
||||
|
||||
***
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue