Skip to content

Commit

Permalink
Remove broken tei.ai bypass (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAProton authored Sep 30, 2021
1 parent 87689b1 commit bfd57f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/js/injection_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,12 +458,6 @@ domainBypass(/bc\.vc|bcvc\.live/,()=>{
window.setInterval=f=>setInterval(f,1)
awaitElement("a#getLink:not([style^='display'])",a=>a.click())
})
domainBypass("tei.ai", () => {
ensureDomLoaded(() => {
var link = atob("aH" + document.querySelector("#link-view [name='token']").value.split("aH")[1]);
safelyNavigate(link);
});
});
domainBypass("shortly.xyz",()=>{
if(location.pathname.substr(0,3)=="/r/")
{
Expand Down

0 comments on commit bfd57f7

Please sign in to comment.