mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Create "Code viewer"
parent
9bbdcd895e
commit
63dbc2c301
1 changed files with 7 additions and 0 deletions
7
Code-viewer.md
Normal file
7
Code-viewer.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
See:
|
||||
- https://github.com/uBlockOrigin/uBlock-issues/wiki/The-logger#source-code-viewer
|
||||
- https://github.com/uBlockOrigin/uBlock-issues/wiki/Advanced-settings#filterauthormode
|
||||
|
||||
Investigating filter issues can be a serious time sink, and to help with this, a code viewer has been added to uBO. The code viewer will automatically beautify HTML/CSS/JS code, which should be an improvement over the browser built-in view-source tool.
|
||||
|
||||
You can view beautified source code of HTML/CSS/JS resources when clicking the link in a logger entry. Additionally, if the [advanced setting `filterAuthorMode`](https://github.com/gorhill/uBlock/wiki/Advanced-settings#filterauthormode) is set to true, an entry labelled _View source code..._ will be added to the context menu, so that you can view the source code of any page/resource without having to open the logger.
|
||||
Loading…
Reference in a new issue