mirror of https://github.com/gorhill/uBlock.git
Support view source of "other" type
This commit is contained in:
parent
08d411a7b4
commit
3d1c696e20
|
@ -286,6 +286,7 @@ const nodeFromURL = function(parent, url, re, type) {
|
|||
case 'css':
|
||||
case 'doc':
|
||||
case 'frame':
|
||||
case 'other':
|
||||
case 'script':
|
||||
case 'xhr':
|
||||
href = `code-viewer.html?url=${encodeURIComponent(href)}`;
|
||||
|
|
Loading…
Reference in New Issue