Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

How to re-add favicon in address bar without the need to install an extra addon ?

  • 2 svar
  • 3 har detta problem
  • 10 visningar
  • Senaste svar av Janaicka

more options

Is it still possible (using Greasemonkey or Stylish) to have the favicon back in the address bar, I rather not install an addon for this (I had the now abandoned Favicon Restorer which isn't e10's ready).

Thanks for any help.

Is it still possible (using Greasemonkey or Stylish) to have the favicon back in the address bar, I rather not install an addon for this (I had the now abandoned Favicon Restorer which isn't e10's ready). Thanks for any help.

Vald lösning

The location/address bar shows the Control Center 'i' button and a possible padlock at the left side of the location bar. You currently see the favicon on the Tab bar. I'm not aware to restore this icon to the location bar via CSS because the icon isn't there. You can only show or hide items via CSS. You need JavaScript to create items that do not exist in the DOM, so an extension is the only option. I don't know if there is a Greasemonkey script to achieve this, so best would be to ask advice at the Greasemonkey community forum.

Läs svaret i sitt sammanhang 👍 2

Alla svar (2)

more options

Vald lösning

The location/address bar shows the Control Center 'i' button and a possible padlock at the left side of the location bar. You currently see the favicon on the Tab bar. I'm not aware to restore this icon to the location bar via CSS because the icon isn't there. You can only show or hide items via CSS. You need JavaScript to create items that do not exist in the DOM, so an extension is the only option. I don't know if there is a Greasemonkey script to achieve this, so best would be to ask advice at the Greasemonkey community forum.

more options

Thanks cor-el.