Skip to content

Commit

Permalink
Pills remover
Browse files Browse the repository at this point in the history
  • Loading branch information
toydotgame committed Jun 15, 2024
1 parent 908ee8e commit e5e464a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/replace.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,5 +410,13 @@ function Replace_Search_Results() {

if(GetConfig("removePills")) {
DebugLog("Removing pills...");
InjectCssAtHead(`
.IUOThf {
display: none;
}
.XtQzZd {
height: 57px;
}
`)
}
}

0 comments on commit e5e464a

Please sign in to comment.