Minor adjustment

garry-ut99 2024-10-28 09:49:56 +00:00
parent 0e97ee14db
commit 1f37cc22b3

@ -22,7 +22,9 @@ The color of a row hints at how the resource was filtered:
- A DOM element which was blocked by a cosmetic filter; OR
- A blocked request for a resource was redirected (`<<`) to a local, "neutered" replacement resource.
- A defuser scriptlet was injected into the page (`+js(...)`)
- Blue font: Uncloaked [canonical name (CNAME)](https://wikipedia.org/wiki/CNAME_record) hostname.
- Blue font:
- Uncloaked [canonical name (CNAME)](https://wikipedia.org/wiki/CNAME_record) hostname.
- A scriptlet injection additional logs
Particular columns indicate:
@ -236,9 +238,9 @@ New in [1.47.3b4](https://github.com/gorhill/uBlock/commit/33c437f99f30daa3172b0
You can use the logger to view beautified and syntax-highlighted source code of HTML/CSS/JS/xhr resources when clicking on the arrow at the end of the link in a logger entry, it will automatically open the source code viewer. The goal is to save time and to make it easier for filter list authors to investigate filter-related issues.
<img src="https://github.com/user-attachments/assets/5e4f9d10-a550-4e5a-8551-6df2f970b58c" alt="the arrow to open the source code viewer" width="1027">
<img src="https://github.com/user-attachments/assets/5e4f9d10-a550-4e5a-8551-6df2f970b58c" alt="the arrow to open the source code viewer">
<img src="https://github.com/user-attachments/assets/5ab1c64e-35c3-4825-90bc-325cab1b0fca" alt="source code viewer" width="862">
<img src="https://github.com/user-attachments/assets/5ab1c64e-35c3-4825-90bc-325cab1b0fca" alt="source code viewer">
***