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

Fix "Back to Wiki home" links

gwarser 2021-11-14 20:39:23 +01:00
parent 19b26829e7
commit 15324d56d7
20 changed files with 23 additions and 23 deletions

@ -1,4 +1,4 @@
[Back to Wiki home](./) [[Back to Wiki home|Home]]
*** ***

@ -1,4 +1,4 @@
- Back to [Wiki home](./) - Back to [[Wiki home|Home]]
- Back to [Strict blocking](./Strict-blocking) - Back to [Strict blocking](./Strict-blocking)
*** ***

@ -1,4 +1,4 @@
[Back to Wiki home](./) [[Back to Wiki home|Home]]
*** ***

@ -1,4 +1,4 @@
- Back to [Wiki home](./) - Back to [[Wiki home|Home]]
- Back to [Dashboard](./Dashboard) - Back to [Dashboard](./Dashboard)
- Back to [Dashboard: Settings](./Dashboard:-Settings) - Back to [Dashboard: Settings](./Dashboard:-Settings)

@ -1,4 +1,4 @@
[Back to Wiki home](./) [[Back to Wiki home|Home]]
*** ***

@ -1,4 +1,4 @@
- Back to [Wiki home](./) - Back to [[Wiki home|Home]]
- Back to [Dashboard](./Dashboard) - Back to [Dashboard](./Dashboard)
*** ***

@ -1,4 +1,4 @@
- [Back to Wiki Home](./) - [[Back to Wiki home|Home]]
- [Static filter syntax](./Static-filter-syntax) - [Static filter syntax](./Static-filter-syntax)
- [Procedural cosmetic filters](./Procedural-cosmetic-filters) - [Procedural cosmetic filters](./Procedural-cosmetic-filters)
- [Resources Library](./Resources-Library) - [Resources Library](./Resources-Library)

@ -1,4 +1,4 @@
- [Back to Wiki Home](./) - [[[Back to Wiki home|Home]]
- [Dynamic filtering](./Dynamic-filtering) - [Dynamic filtering](./Dynamic-filtering)
- [Quick guide](./Dynamic-filtering:-quick-guide) - [Quick guide](./Dynamic-filtering:-quick-guide)
- [Rule syntax](./Dynamic-filtering:-rule-syntax) - [Rule syntax](./Dynamic-filtering:-rule-syntax)

@ -1,4 +1,4 @@
- Back to [Wiki home](./) - Back to [[Wiki home|Home]]
- Back to [Dashboard](./Dashboard) - Back to [Dashboard](./Dashboard)
*** ***

@ -1,4 +1,4 @@
- Back to [Wiki home](./) - Back to [[Wiki home|Home]]
- Back to [Dashboard](./Dashboard) - Back to [Dashboard](./Dashboard)
*** ***

@ -1,4 +1,4 @@
[Back to Wiki home](./) [[Back to Wiki home|Home]]
*** ***

@ -1,4 +1,4 @@
[Back to Wiki home](./) [[Back to Wiki home|Home]]
*** ***

@ -1,4 +1,4 @@
[Back to Wiki home](./) [[Back to Wiki home|Home]]
*** ***

@ -1,4 +1,4 @@
[Back to Wiki home](./) [[Back to Wiki home|Home]]
*** ***

@ -1,4 +1,4 @@
- Back to [Wiki home](./) - Back to [[Wiki home|Home]]
- Back to [Dashboard](./Dashboard) - Back to [Dashboard](./Dashboard)
- Back to [Trusted sites pane](./Dashboard:-Trusted-sites) - Back to [Trusted sites pane](./Dashboard:-Trusted-sites)

@ -1,4 +1,4 @@
[Back to Wiki home](./) [[Back to Wiki home|Home]]
*** ***

@ -1,4 +1,4 @@
[Back to Wiki home](./) [[Back to Wiki home|Home]]
*** ***
In uBlock Origin ("uBO"), _strict blocking_ is the blocking of a whole page, i.e. the _root_ document is blocked, so that not a single connection is made to the remote server hosting the web page. In uBlock Origin ("uBO"), _strict blocking_ is the blocking of a whole page, i.e. the _root_ document is blocked, so that not a single connection is made to the remote server hosting the web page.
@ -42,4 +42,4 @@ Example:
![a](https://user-images.githubusercontent.com/585534/81292329-6594af00-9039-11ea-99e5-271ae753fe0b.png) ![a](https://user-images.githubusercontent.com/585534/81292329-6594af00-9039-11ea-99e5-271ae753fe0b.png)
In the example above, a link to _Green Man Gaming_ site was clicked (from [here](https://www.pcgamingwiki.com/wiki/Dead_Rising_2)), but doing so caused the browser to navigate to a strict-blocked redirection link instead of navigating directly to the _Green Man Gaming_ site. By expanding the query strings into components, we can see our actual destination URL -- just click on it and you will finally reach your intended destination whithout having to go through the `dpbolvw.net` server which was strict-blocked by an entry in Peter Lowe's list. In the example above, a link to _Green Man Gaming_ site was clicked (from [here](https://www.pcgamingwiki.com/wiki/Dead_Rising_2)), but doing so caused the browser to navigate to a strict-blocked redirection link instead of navigating directly to the _Green Man Gaming_ site. By expanding the query strings into components, we can see our actual destination URL -- just click on it and you will finally reach your intended destination whithout having to go through the `dpbolvw.net` server which was strict-blocked by an entry in Peter Lowe's list.

@ -1,4 +1,4 @@
[Back to Wiki home](./) [[Back to Wiki home|Home]]
*** ***
@ -14,4 +14,4 @@ Currently, these uBlock Origin items may be visible in the browser's context men
- [1] New in [1.32.0](https://github.com/gorhill/uBlock/commit/db7f54dbf6c39cf2e6f35359248bf9f408e2d134) - [1] New in [1.32.0](https://github.com/gorhill/uBlock/commit/db7f54dbf6c39cf2e6f35359248bf9f408e2d134)
- [2] New in [1.36](https://github.com/gorhill/uBlock/commit/001094580c0bd31ee007a301792f3e73c0ad48ab) - [2] New in [1.36](https://github.com/gorhill/uBlock/commit/001094580c0bd31ee007a301792f3e73c0ad48ab)
</details> </details>

@ -1,4 +1,4 @@
[Back to Wiki home](./) [[Back to Wiki home|Home]]
*** ***
@ -24,4 +24,4 @@
- See also [`benchmarkDatasetURL`](https://github.com/uBlockOrigin/uBlock-issues/wiki/Advanced-settings#benchmarkdataseturl) advanced setting - See also [`benchmarkDatasetURL`](https://github.com/uBlockOrigin/uBlock-issues/wiki/Advanced-settings#benchmarkdataseturl) advanced setting
- [Static filter parser checklist](https://github.com/gorhill/uBlock/blob/master/docs/tests/static-filtering-parser-checklist.txt) - [Static filter parser checklist](https://github.com/gorhill/uBlock/blob/master/docs/tests/static-filtering-parser-checklist.txt)
- [Page load speed](http://www.raymondhill.net/ublock/pageloadspeed.html) - [Page load speed](http://www.raymondhill.net/ublock/pageloadspeed.html)
- [HAR parser: find out what is NOT blocked](http://raymondhill.net/httpsb/har-parser.html) - [HAR parser: find out what is NOT blocked](http://raymondhill.net/httpsb/har-parser.html)

@ -1,4 +1,4 @@
- [Wiki Home](./) - [[Wiki home|Home]]
- [Permissions](./Permissions) - [Permissions](./Permissions)
- [Can you trust uBlock Origin?](./Can-you-trust-uBlock-Origin%3F) - [Can you trust uBlock Origin?](./Can-you-trust-uBlock-Origin%3F)
- [Privacy policy](./Privacy-policy) - [Privacy policy](./Privacy-policy)