Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tous
tails
Commits
5b01ad8b
Commit
5b01ad8b
authored
Dec 26, 2011
by
Tails developers
Browse files
Don't show AdBlock-Plus icon in add-on bar.
parent
601026a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/etc/iceweasel/profile/chrome/userChrome.css
View file @
5b01ad8b
/* Required, do not remove */
@namespace
url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul")
;
/* Hide AdBlock-Plus button in the add-on bar */
#abp-toolbarbutton
{
display
:
none
;
}
/* Hide HTTPS Everywhere button in the toolbar */
#https-everywhere-button
{
display
:
none
;
}
...
...
config/chroot_local-includes/etc/iceweasel/profile/user.js
View file @
5b01ad8b
user_pref
(
"
capability.policy.maonoscript.javascript.enabled
"
,
"
allAccess
"
);
user_pref
(
"
capability.policy.maonoscript.sites
"
,
"
https://auk.riseup.net https://mail.riseup.net https://swift.riseup.net https://tern.riseup.net https://webmail.no-log.org addons.mozilla.org about: about:addons about:blank about:certerror about:config about:crashes about:credits about:home about:neterror about:plugins about:privatebrowsing about:sessionrestore chrome: file:// https://webmail.boum.org resource:
"
);
user_pref
(
"
extensions.adblockplus.currentVersion
"
,
"
2.0.2
"
);
user_pref
(
"
extensions.adblockplus.showinaddonbar
"
,
false
);
user_pref
(
"
extensions.adblockplus.showintoolbar
"
,
false
);
user_pref
(
"
extensions.adblockplus.synchronizationinterval
"
,
8766
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment