Skip to content

Commit

Permalink
Fixes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalbra committed Dec 29, 2024
1 parent b297f68 commit 1a189b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/assets/Injector.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if (explore_icon){
/** END **/

/** use_followed_feed **/
const for_you_switch = document.querySelector('div[aria-haspopup="menu"]');
const for_you_switch = document.querySelector('div[class="x1i10hfl x972fbf xcfux6l x1qhh985 xm0m39n x9f619 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz x6s0dn4 xjbqb8w x1ejq31n xd10rxx x1sy0etr x17r0tee x1ypdohk x78zum5 xl56j7k x1y1aw1k x1sxyh0 xwib8y2 xurb0ha xcdnw81"]');
if(for_you_switch){
if(for_you_switch.getAttribute("aria-expanded") == "false"){
for_you_switch.click();
Expand Down

0 comments on commit 1a189b6

Please sign in to comment.