d3ward / mti

Meta Theme Injector let you customize the theme-color meta tag
Other
36 stars 7 forks source link

Inject only white color for all* websites. #3

Closed thegravity98 closed 2 years ago

thegravity98 commented 2 years ago

I want all websites to have white theme color and there is no easy way. I need to do it manually for each websites.

Here's a violentmonkey script code which simply removes MTC tag.

(function(){ document.querySelector("meta[name='theme-color']").remove(); })();

Can you provide this feature? Please.

thegravity98 commented 2 years ago

Added * under domain name. It now works for all websites. 👍