Skip to content

Commit 9198c65

Browse files
committed
Revert "Merge branch 'main' of https://github.com/unkn4wn/FastForward"
This reverts commit e8c1398, reversing changes made to 2db1ade.
1 parent eacb928 commit 9198c65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/injection_script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2647,7 +2647,7 @@ domainBypass('apkadmin.com', () => {
26472647

26482648
domainBypass("tei.ai", () => {
26492649
const token = document.querySelector('#link-view [name="token"]').value;
2650-
const decoded = atob(token.substring(token.indexOf("aH")));
2650+
const decoded = atob(token);
26512651
const page = decoded.split('http').pop();
26522652
const link = `http${page}`;
26532653
safelyNavigate(link);

0 commit comments

Comments
 (0)