diff --git a/src/bypasses/downloadrin.js b/src/bypasses/downloadrin.js index 7cfe7ce9b..669a51a23 100644 --- a/src/bypasses/downloadrin.js +++ b/src/bypasses/downloadrin.js @@ -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 diff --git a/src/bypasses/dxdrive.js b/src/bypasses/dxdrive.js new file mode 100644 index 000000000..f536a4937 --- /dev/null +++ b/src/bypasses/dxdrive.js @@ -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'];