Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

disable use of Pinned Tabs

  • 4 ответа
  • 1 имеет эту проблему
  • 5 просмотров
  • Последний ответ от cor-el

more options

Hi all, my daughter has found out that with Pinned Tabs she can work around the site-specific time limits I have set inside a parental control product (on windows10).

Normally the parental control just closes tabs that display a forbidden or over-used web URL. But as Pinned Tabs have no close button it seems to fail. It only reports "time is over".

Is there a way to disable Pinned Tabs ? In about:config maybe?

Thanks and best regards Daniel

Hi all, my daughter has found out that with Pinned Tabs she can work around the site-specific time limits I have set inside a parental control product (on windows10). Normally the parental control just closes tabs that display a forbidden or over-used web URL. But as Pinned Tabs have no close button it seems to fail. It only reports "time is over". Is there a way to disable Pinned Tabs ? In about:config maybe? Thanks and best regards Daniel

Все ответы (4)

more options

Hi Daniel, I don't think there is a setting to disable pinning tabs.

An extension could detect when a tab is pinned and revert it to a normal tab, but your daughter probably would figure that one out, too...

more options

You can give a pinned tab a close button with code in userChrome.css if that is all you need.

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.tabbrowser-tab .tab-close-button[pinned] {display:-moz-inline-box!important}

See:

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

  • toolkit.legacyUserProfileCustomizations.stylesheets = true

See:

more options

Thanks to cor-el for pointing me to userChrome.org !

 This page contained the clue: "Hiding unwanted menu items" - works also in context menus!

Last problem: how to restrict access to the about:config page?

(have Firefox setting managed by an "organization" == me ? )

Best regards Daniel

more options

Keep in mind that you can also pin a tab via the three dot page actions menu. You can even add a pin icon to the location bar via the right-click context menu and there are extensions that allow to pin a tab.

You can use a policy to disable access to about:config.