Skip to content

Commit 6ecffb5

Browse files
committed
remove no-longer-relevant ignore classes
1 parent 6c54bb8 commit 6ecffb5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/popup.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ const defaultBlacklist = [
2828
".font-fontello",
2929
".material-icons",
3030
".google-material-icons",
31-
".google-symbols",
32-
".DPvwYc", // google hangouts
33-
".Mwv9k", // google hangouts
34-
".NtU4hc" // google hangouts
31+
".google-symbols"
3532
];
3633
const showBlacklist: HTMLButtonElement =
3734
document.querySelector("#showBlacklist");

0 commit comments

Comments
 (0)