diff --git a/src/bypasses/i/idnation.ts b/src/bypasses/i/idnation.ts deleted file mode 100644 index c5c4b3e..0000000 --- a/src/bypasses/i/idnation.ts +++ /dev/null @@ -1,14 +0,0 @@ -import BypassDefinition from '../BypassDefinition'; - -export default class Idnation extends BypassDefinition { - constructor() { - super(); - // custom bypass required bases can be set here - } - - execute() { - this.helpers.ifElement("#linko[href]", b => this.helpers.safelyNavigate(b.href)) - } -} - -export const matches = ['idnation.net'];