We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c54bb8 commit 6ecffb5Copy full SHA for 6ecffb5
1 file changed
src/popup.ts
@@ -28,10 +28,7 @@ const defaultBlacklist = [
28
".font-fontello",
29
".material-icons",
30
".google-material-icons",
31
- ".google-symbols",
32
- ".DPvwYc", // google hangouts
33
- ".Mwv9k", // google hangouts
34
- ".NtU4hc" // google hangouts
+ ".google-symbols"
35
];
36
const showBlacklist: HTMLButtonElement =
37
document.querySelector("#showBlacklist");
0 commit comments