mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Fix minor regression in reported troubleshooting info
This commit is contained in:
parent
7aff7da77d
commit
359cb070eb
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ const reportedPage = (( ) => {
|
|||
}
|
||||
return {
|
||||
hostname: parsedURL.hostname.replace(/^(m|mobile|www)\./, ''),
|
||||
mode: url.searchParams.get('mode'),
|
||||
siteMode: parseInt(url.searchParams.get('mode'), 10),
|
||||
tabId: parseInt(url.searchParams.get('tabid'), 10) || 0,
|
||||
};
|
||||
} catch {
|
||||
|
|
|
|||
Loading…
Reference in a new issue