We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab90621 + 6ecffb5 commit d4a2b0eCopy full SHA for d4a2b0e
src/popup.ts
@@ -27,9 +27,8 @@ const defaultBlacklist = [
27
".fab",
28
".font-fontello",
29
".material-icons",
30
- ".DPvwYc", // google hangouts
31
- ".Mwv9k", // google hangouts
32
- ".NtU4hc" // google hangouts
+ ".google-material-icons",
+ ".google-symbols"
33
];
34
const showBlacklist: HTMLButtonElement =
35
document.querySelector("#showBlacklist");
0 commit comments