Always open the uBlock store page for FF

* If d7 defaults are run then uBO may still need installed
This commit is contained in:
2Shirt 2018-08-18 17:15:10 -07:00
parent 90a9751883
commit 241f5cb897
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -421,7 +421,7 @@ def install_adblock(indent=8, width=32):
'firefox.exe',
r'distribution\extensions\uBlock0@raymondhill.net')
if os.path.exists(ubo):
urls = ['about:addons']
urls = ['about:addons', UBO_MOZILLA]
elif browser_data[browser]['base'] == 'ie':
urls.append(IE_GALLERY)