1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00
gorhill 2017-04-01 15:45:24 -04:00
parent 68ad90616b
commit 9f4a879bca
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1013,9 +1013,9 @@ vAPI.tabs.open = function(details) {
// Open in a standalone window
if ( details.popup === true ) {
Services.ww.openWindow(
self,
win,
details.url,
null,
'uBO-logger',
'location=1,menubar=1,personalbar=1,resizable=1,toolbar=1',
null
);