Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed tei.ai bypass (some links werent working) #605

Merged
merged 1 commit into from
Jul 28, 2022

Conversation

unkn4wn
Copy link
Contributor

@unkn4wn unkn4wn commented Jul 12, 2022

NOTICE I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

Fixes: Link to issue

  • I made sure there are no unnecessary changes in the code*
  • Tested on Chromium- Browser OS
  • Tested on Firefox

* indicates required

@github-actions
Copy link

Download the artifacts for this pull request:

@reashetyrr
Copy link
Contributor

do you have an example? for me https://tei.ai/CqSF1 works flawlessly....

@reashetyrr
Copy link
Contributor

we might need to make it more dynamic if some links are not working and others are

@@ -2706,7 +2706,7 @@ domainBypass('apkadmin.com', () => {

domainBypass("tei.ai", () => {
const token = document.querySelector('#link-view [name="token"]').value;
const decoded = atob(token.substring(token.indexOf("aH")));
const decoded = atob(token.substring(token.indexOf("aHR0")));
const page = decoded.split('http').pop();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be done better, for me when i use example link: https://tei.ai/HMguaHDSHqC the atob on the part behind aHR0 returns: 'ps://share.vidyard.com/watch/y6sdUGsVX92vYtJ1PEf6TP?autoplay=1', making the split fail, we may have to fully rework on this

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm why is the aH not working seperately?

@reashetyrr reashetyrr merged commit 65122b6 into FastForwardTeam:main Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants