Skip to content

Commit

Permalink
Fixes #28 Bypass the search to reach the discovery page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalbra committed Dec 29, 2024
1 parent 1a189b6 commit dc75dab
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions app/src/main/assets/Injector.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@ if (explore_icon){
explore_icon.removeEventListener("click", event_listner);

explore_icon.addEventListener("click", event_listner, true);

const cancel_button = document.querySelector('div[class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh x16n37ib x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh xl56j7k"]');
if (cancel_button){
cancel_button.style.display = "none";
}
}
}
const cancel_button = document.querySelector('div[class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh x16n37ib x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh xl56j7k"]');
if (cancel_button){
cancel_button.style.display = "none";
}
/** END **/

/** use_followed_feed **/
Expand Down

0 comments on commit dc75dab

Please sign in to comment.