Skip to content

Commit d4a2b0e

Browse files
authored
Merge pull request #149 from arrowtype/add-ignore-for-g-meet-icons
Update icon ignore-list
2 parents ab90621 + 6ecffb5 commit d4a2b0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/popup.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ const defaultBlacklist = [
2727
".fab",
2828
".font-fontello",
2929
".material-icons",
30-
".DPvwYc", // google hangouts
31-
".Mwv9k", // google hangouts
32-
".NtU4hc" // google hangouts
30+
".google-material-icons",
31+
".google-symbols"
3332
];
3433
const showBlacklist: HTMLButtonElement =
3534
document.querySelector("#showBlacklist");

0 commit comments

Comments
 (0)