Skip to content

Commit

Permalink
PASF remover removes "See results about" box
Browse files Browse the repository at this point in the history
  • Loading branch information
toydotgame committed Aug 31, 2024
1 parent ca62823 commit d4c5f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replace.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ function Replace_Search_Results() {
if(GetConfig("peopleAlsoSearchedFor")) {
DebugLog("Removing \"People also searched for\"...");
InjectCssAtHead(`
#bres, .cUnQKe, .oIk2Cb, div[data-hveid="CEMQAA"] { /* PASF buttons, People also searched for, PASF (button edition) (also removes other search gimmicks potentially), People also ask heading */
#bres, .cUnQKe, .oIk2Cb, div[data-hveid="CEMQAA"], .VjDLd { /* PASF buttons, People also searched for, PASF (button edition) (also removes other search gimmicks potentially), People also ask heading, See results about right pane box */
display: none !important;
}
.hlcw0c { /* Always the result just before a results gimmick */
Expand Down

0 comments on commit d4c5f2a

Please sign in to comment.