HumbleNewTabPage icon indicating copy to clipboard operation
HumbleNewTabPage copied to clipboard

Option to disable favicons or icons

Open radiorambo opened this issue 2 years ago • 1 comments

radiorambo avatar Feb 19 '23 13:02 radiorambo

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; }

ibillingsley avatar Feb 19 '23 19:02 ibillingsley