Always open the uBlock store page for FF
* If d7 defaults are run then uBO may still need installed
This commit is contained in:
parent
90a9751883
commit
241f5cb897
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ def install_adblock(indent=8, width=32):
|
||||||
'firefox.exe',
|
'firefox.exe',
|
||||||
r'distribution\extensions\uBlock0@raymondhill.net')
|
r'distribution\extensions\uBlock0@raymondhill.net')
|
||||||
if os.path.exists(ubo):
|
if os.path.exists(ubo):
|
||||||
urls = ['about:addons']
|
urls = ['about:addons', UBO_MOZILLA]
|
||||||
|
|
||||||
elif browser_data[browser]['base'] == 'ie':
|
elif browser_data[browser]['base'] == 'ie':
|
||||||
urls.append(IE_GALLERY)
|
urls.append(IE_GALLERY)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue