Skip to content

Commit ec29468

Browse files
authored
Add bypass for iir.ai
1 parent a9ba4b3 commit ec29468

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/js/injection_script.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,12 @@ domainBypass("tei.ai", () => {
464464
safelyNavigate(link);
465465
});
466466
});
467+
domainBypass("iir.ai", () => {
468+
ensureDomLoaded(() => {
469+
var link = document.querySelector("#link-view > button[type='submit']").onclick.toString().match(/(https?:\/\/.*)('|")/i)[1];
470+
safelyNavigate(link);
471+
});
472+
});
467473
domainBypass("shortly.xyz",()=>{
468474
if(location.pathname.substr(0,3)=="/r/")
469475
{

0 commit comments

Comments
 (0)