1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 06:17:58 +01:00

override browser.zoom.siteSpecific

This commit is contained in:
Martin Stubenschrott
2008-06-19 12:30:18 +00:00
parent df7b8857a2
commit 600ff1cce9
2 changed files with 12 additions and 1 deletions

View File

@@ -142,6 +142,9 @@ liberator.Buffer = function () //{{{
////////////////////// OPTIONS /////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
// override this stupid pref, because otherwise zoom is lost after switching tabs
liberator.options.setPref("browser.zoom.siteSpecific", false);
liberator.options.add(["fullscreen", "fs"],
"Show the current window fullscreen",
"boolean", false,