Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Is it possible to create a shortcut to the notification manager?

  • 2 wótegronje
  • 0 ma toś ten problem
  • 19 naglědow
  • Slědne wótegrono wót Chemita

more options

Hi, When you click "settings" in notifications, in the privacy and security settings, a new window opens instead of a tab, so this setting has no URL of its own. In Chromium-based browsers they have the URL "*browser name*://settings/content/notifications", so I could add this URL to bookmarks and access it quickly. Is there any way to do something similar in Firefox? Thanks

Hi, When you click "settings" in notifications, in the privacy and security settings, a new window opens instead of a tab, so this setting has no URL of its own. In Chromium-based browsers they have the URL "*browser name*://settings/content/notifications", so I could add this URL to bookmarks and access it quickly. Is there any way to do something similar in Firefox? Thanks

Wubrane rozwězanje

No, that isn't possible. All those settings windows use the same template as you can see in the Inspector and this dialog needs to be initialized via JavaScript. Using the chrome URI only gives you an empty template.

  • chrome://browser/content/preferences/dialogs/sitePermissions.xhtml
Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (2)

more options

Wubrane rozwězanje

No, that isn't possible. All those settings windows use the same template as you can see in the Inspector and this dialog needs to be initialized via JavaScript. Using the chrome URI only gives you an empty template.

  • chrome://browser/content/preferences/dialogs/sitePermissions.xhtml
more options

cor-el dijo

No, that isn't possible. All those settings windows use the same template as you can see in the Inspector and this dialog needs to be initialized via JavaScript. Using the chrome URI only gives you an empty template.
  • chrome://browser/content/preferences/dialogs/sitePermissions.xhtml

Oh... Thanks for the answer