Skip to content

Commit

Permalink
port: dxdrive.js
Browse files Browse the repository at this point in the history
  • Loading branch information
driedpampas authored Sep 20, 2023
1 parent 67648dd commit e22b5c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/bypasses/downloadrin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import BypassDefinition from './BypassDefinition.js';

export default class DownloadrIn extends BypassDefinition {
export default class Downloadrin extends BypassDefinition {
constructor() {
super();
// Custom bypass required bases can be set here
Expand Down
15 changes: 15 additions & 0 deletions src/bypasses/dxdrive.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import BypassDefinition from './BypassDefinition.js';

export default class Dxdrive extends BypassDefinition {
constructor() {
super();
// Custom bypass required bases can be set here
}

execute() {
window.setInterval = f => setInterval(f, 1);
}
}

// Define the list of domains to match against
export const matches = ['njiir.com', 'healthykk.com', 'linkasm.com', 'dxdrive.com', 'getwallpapers.com', 'sammobile.com', 'ydfile.com', 'mobilemodsapk.com', 'dlandroid.com', 'download.modsofapk.com', 'punchsubs.net', 'zedge.net', 'fex.net', 'k2s.cc', 'muhammadyoga.me','u.to', 'skiplink.io', 'uploadfree.info', 'freeupload.info', 'fstore.biz'];

0 comments on commit e22b5c5

Please sign in to comment.