mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
minor fix
This commit is contained in:
parent
5cb2acf3f7
commit
bd22c3ecea
2 changed files with 14 additions and 14 deletions
|
@ -1926,7 +1926,7 @@
|
|||
|
||||
//maxcine.net
|
||||
/links.cuevana.ac\/short/.test(url) ? afterDOMLoaded(function() {
|
||||
var extractedUrl = document.documentElement.innerHTML.split('\n').find(line => line.includes("document.getElementById('contador').href = 'htt")).split("href")[1].match(/'([^']+)'/)[1];
|
||||
let extractedUrl = document.documentElement.innerHTML.split('\n').find(line => line.includes("document.getElementById('contador').href = 'htt")).split("href")[1].match(/'([^']+)'/)[1];
|
||||
extractedUrl.includes('?s=') ? redirect(extractedUrl.split('?s=')[1]) : redirect(extractedUrl);
|
||||
}) : null;
|
||||
|
||||
|
@ -1966,8 +1966,8 @@
|
|||
|
||||
//ovagames.com - linkspy.cc & clicksfly.com|shrinkme.io|clk.sh|shrinkearn.com|clk.asia|clk.wiki concatenated - https://github.com/FastForwardTeam/FastForward/issues/1352
|
||||
if (/linkspy.cc\/tr/.test(url)){
|
||||
var decodedUrl = atob(url.split('/tr/')[1]);
|
||||
var urlParam = getParam(decodedUrl,'url');
|
||||
let decodedUrl = atob(url.split('/tr/')[1]);
|
||||
let urlParam = getParam(decodedUrl,'url');
|
||||
urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl);
|
||||
}
|
||||
/www.ovagames.com\/.*\.html$/.test(url) ? afterWindowLoaded(function() {
|
||||
|
@ -1977,8 +1977,8 @@
|
|||
urlParam ? link.href = atob(urlParam) : link.href = decodedUrl;
|
||||
}); }) : null;
|
||||
if (/linkspy.cc\/\/a/.test(url) && url.includes('aHR0')) {
|
||||
var decodedUrl = atob('aHR0' + url.split('aHR0')[1]);
|
||||
var urlParam = getParam(decodedUrl,'url');
|
||||
let decodedUrl = atob('aHR0' + url.split('aHR0')[1]);
|
||||
let urlParam = getParam(decodedUrl,'url');
|
||||
urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl);
|
||||
}
|
||||
|
||||
|
@ -1986,8 +1986,8 @@
|
|||
/dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null; //1st page
|
||||
// /dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#downloadbtn')}) : null; //2nd page
|
||||
// /dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() { //3rd page
|
||||
// var intervalId = setInterval(function() {// Keep checking if link is available, every 1s
|
||||
// var downloadUrl = document.getElementById('dllink').getAttribute('action');
|
||||
// let intervalId = setInterval(function() {// Keep checking if link is available, every 1s
|
||||
// let downloadUrl = document.getElementById('dllink').getAttribute('action');
|
||||
// if (downloadUrl) {
|
||||
// clearInterval(intervalId);
|
||||
// alert('Press OK to go to the download link:\n' + downloadUrl);
|
||||
|
|
|
@ -307,7 +307,7 @@
|
|||
|
||||
//maxcine.net
|
||||
/links.cuevana.ac\/short/.test(url) ? afterDOMLoaded(function() {
|
||||
var extractedUrl = document.documentElement.innerHTML.split('\n').find(line => line.includes("document.getElementById('contador').href = 'htt")).split("href")[1].match(/'([^']+)'/)[1];
|
||||
let extractedUrl = document.documentElement.innerHTML.split('\n').find(line => line.includes("document.getElementById('contador').href = 'htt")).split("href")[1].match(/'([^']+)'/)[1];
|
||||
extractedUrl.includes('?s=') ? redirect(extractedUrl.split('?s=')[1]) : redirect(extractedUrl);
|
||||
}) : null;
|
||||
|
||||
|
@ -347,8 +347,8 @@
|
|||
|
||||
//ovagames.com - linkspy.cc & clicksfly.com|shrinkme.io|clk.sh|shrinkearn.com|clk.asia|clk.wiki concatenated - https://github.com/FastForwardTeam/FastForward/issues/1352
|
||||
if (/linkspy.cc\/tr/.test(url)){
|
||||
var decodedUrl = atob(url.split('/tr/')[1]);
|
||||
var urlParam = getParam(decodedUrl,'url');
|
||||
let decodedUrl = atob(url.split('/tr/')[1]);
|
||||
let urlParam = getParam(decodedUrl,'url');
|
||||
urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl);
|
||||
}
|
||||
/www.ovagames.com\/.*\.html$/.test(url) ? afterWindowLoaded(function() {
|
||||
|
@ -358,8 +358,8 @@
|
|||
urlParam ? link.href = atob(urlParam) : link.href = decodedUrl;
|
||||
}); }) : null;
|
||||
if (/linkspy.cc\/\/a/.test(url) && url.includes('aHR0')) {
|
||||
var decodedUrl = atob('aHR0' + url.split('aHR0')[1]);
|
||||
var urlParam = getParam(decodedUrl,'url');
|
||||
let decodedUrl = atob('aHR0' + url.split('aHR0')[1]);
|
||||
let urlParam = getParam(decodedUrl,'url');
|
||||
urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl);
|
||||
}
|
||||
|
||||
|
@ -367,8 +367,8 @@
|
|||
/dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null; //1st page
|
||||
// /dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#downloadbtn')}) : null; //2nd page
|
||||
// /dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() { //3rd page
|
||||
// var intervalId = setInterval(function() {// Keep checking if link is available, every 1s
|
||||
// var downloadUrl = document.getElementById('dllink').getAttribute('action');
|
||||
// let intervalId = setInterval(function() {// Keep checking if link is available, every 1s
|
||||
// let downloadUrl = document.getElementById('dllink').getAttribute('action');
|
||||
// if (downloadUrl) {
|
||||
// clearInterval(intervalId);
|
||||
// alert('Press OK to go to the download link:\n' + downloadUrl);
|
||||
|
|
Loading…
Reference in a new issue