From 241f5cb897b032b4d4aad72d1ca72312c512c636 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 18 Aug 2018 17:15:10 -0700 Subject: [PATCH] Always open the uBlock store page for FF * If d7 defaults are run then uBO may still need installed --- .bin/Scripts/functions/browsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/Scripts/functions/browsers.py b/.bin/Scripts/functions/browsers.py index 7e963032..485a4ef5 100644 --- a/.bin/Scripts/functions/browsers.py +++ b/.bin/Scripts/functions/browsers.py @@ -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)