mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-04 03:01:25 -06:00
fix: invalid page in threads
This commit is contained in:
parent
9c8fa611aa
commit
4cbc574e79
@ -24,9 +24,9 @@ export class ThreadsService extends AbstractService {
|
||||
}
|
||||
|
||||
isTargetPage(): [boolean, string] {
|
||||
const isTargetPage =
|
||||
document.querySelector('[role="dialog"] [aria-label="Followers"]') ||
|
||||
document.querySelector('[role="dialog"] [aria-label="Following"]');
|
||||
const isTargetPage = document.querySelector(
|
||||
'[role="dialog"] [role="tab"]>[role="button"]',
|
||||
);
|
||||
if (!isTargetPage) {
|
||||
return [
|
||||
false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user