mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add source code viewer
parent
116a081f96
commit
0749011e17
1 changed files with 17 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ Hold the <kbd>Shift</kbd> key while clicking the "Open the logger" icon to toggl
|
|||
- [Export dialog](#export-dialog)
|
||||
- [Settings dialog](#settings-dialog)
|
||||
- [Finding from which list(s) a static filter originates](#finding-from-which-lists-a-static-filter-originates)
|
||||
- [Source code viewer](#source-code-viewer)
|
||||
- [Creating filters](#creating-filters)
|
||||
- [Dynamic URL filtering rules](#dynamic-url-filtering-rules)
|
||||
- [Static network filters](#static-network-filters)
|
||||
|
|
@ -234,6 +235,22 @@ You can find out from which filter list(s) a static filter originates, by simply
|
|||
|
||||
***
|
||||
|
||||
#### Source code viewer
|
||||
|
||||
New in [1.47.3b4](https://github.com/gorhill/uBlock/commit/33c437f99f30daa3172b097ba35ae662239f6013).
|
||||
|
||||
The logger has the ability to open html/css/script resources from the logger, as a formatted and syntax-highligthed document.
|
||||
|
||||
The goal is to make it easier for filter list authors to investigate filter-related issues.
|
||||
|
||||
When on the logger, you should click on the arrow at the end of the link, it will automatically open the source code viewer
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
***
|
||||
|
||||
#### Creating filters
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in a new issue