Index: run.py |
=================================================================== |
--- a/run.py |
+++ b/run.py |
@@ -135,16 +135,17 @@ def run(): |
crawlerxpi, |
abpxpi, |
], |
preferences={ |
'browser.tabs.warnOnCloseOtherTabs': False, |
'browser.uitour.enabled': False, |
'prompts.tab_modal.enabled': False, |
'xpinstall.signatures.required': False, |
+ 'plugins.force.wmode': 'transparent', |
} |
) |
abpsettings = os.path.join(profile.profile, 'adblockplus') |
os.makedirs(abpsettings) |
with open(os.path.join(abpsettings, 'patterns.ini'), 'w') as handle: |
print >>handle, '# Adblock Plus preferences' |
print >>handle, 'version=4' |