ibillingsley / HumbleNewTabPage

New tab page extension for Chrome and Firefox
https://chrome.google.com/webstore/detail/mfgdmpfihlmdekaclngibpjhdebndhdj
MIT License
626 stars 104 forks source link

Option to disable favicons or icons #109

Open radiorambo opened 1 year ago

ibillingsley commented 1 year ago

For now you can use the "Custom CSS" feature in Options > Advanced.

Disable favicons:

#main img { display: none; }

Disable all icons:

#main .icon { display: none; }