mirror of https://github.com/gorhill/uBlock.git
Internal cell count !== visual cell count
Internal cell count is used to filter the output of the logger. This commit fixes filtering according to cname alias.
This commit is contained in:
parent
8ca95b473d
commit
6a50f41aeb
|
@ -774,7 +774,7 @@ const viewPort = (( ) => {
|
|||
nodeFromURL(div.children[COLUMN_URL], cells[COLUMN_URL], re);
|
||||
|
||||
// Alias URL (CNAME, etc.)
|
||||
if ( cells.length > COLUMN_URL ) {
|
||||
if ( cells.length > 8 ) {
|
||||
const pos = details.textContent.lastIndexOf('\taliasURL=');
|
||||
if ( pos !== -1 ) {
|
||||
dom.attr(div, 'data-aliasid', details.id);
|
||||
|
|
Loading…
Reference in New Issue