Παράκαμψη Ολα Σύντομοι σύνδεσμοι

Παράκαμψη όλων των ιστότοπων με σύντομες συνδέσεις, παρακάμπτει αυτόματα ενοχλητικούς συντομευτές συνδέσμων, πηγαίνει απευθείας στον προορισμό σας, παρακάμπτει το AdFly, παρακάμπτει ενοχλητικές διαφημίσεις, αποκλείει την ανίχνευση αποκλεισμού διαφημίσεων, αποκλείει ενοχλητικά αναδυόμενα παράθυρα και μηνύματα, κάνει αυτόματη λήψη αρχείων και βίντεο Youtube και πολλά άλλα

< Σχολιασμός για τον κώδικα Παράκαμψη Ολα Σύντομοι σύνδεσμοι

Αναφορά: Εντάξει - ο κώδικας λειτουργεί αλλά έχει σφάλματα

§
Δημοσιεύτηκε: 16/10/2022
Επεξεργάστηκε: 16/10/2022

The author, there is a recaptcha on these links, but the script does not detect it.
'myhealths.icu' => https://adarima.org/post?/4/OcpWg
'coinsparty.com' => https://adarima.org/post?/1/lHFK1EV, https://adarima.org/post?/1/ArmeqNEw
'coinsurl.com' => https://adarima.org/post?/2/M06bt
'cryptoads.space' => https://adarima.org/post?/3/PyVYwH

§
Δημοσιεύτηκε: 17/10/2022

have you try the Noptcha ReCAPTCHA & hCAPTCHA Solver?
read the script info of how to install..

§
Δημοσιεύτηκε: 17/10/2022

It doesn't matter.
the script does not see that there is a recaptcha, and makes a claim.

§
Δημοσιεύτηκε: 17/10/2022

Wait for the next update, cause sometimes coinurl, coinsparty, etc direct us to mycryptoclub and it's working fine, but sometimes they direct us to adarima and the script doesn't work on me when they redirect to adarima. So please wait for the update.
The owner can't response us for now cause he have something to do in real life, so please be patience till we got the new update.

§
Δημοσιεύτηκε: 17/10/2022

the script does not see that there is a recaptcha, and makes a claim.

ah maybe you sould disable it instead, it not suppose to make a clam, do it manually.
and use the script bellow if it faild to redirect until the new update release.


// ==UserScript==
// @name 4adarima
// @namespace Violentmonkey Scripts
// @match https://adarima.org/*/?/*
// @match https://cryptoads.space/*
// @match https://coinsparty.com/*
// @match https://myhealths.icu/*
// @match https://coinsurl.com/*
// @grant none
// @version 1.0
// @author cunaqr
// @description 10/15/2022, 4:10:59 AM
// ==/UserScript==
if (window.location.href.includes('%2F')) {
let l = window.location.href.replaceAll('%2F','/');
console.log(l);
window.location.assign(l);
}
if (document.querySelector('#link-view > div[style="display: none;"]')) {
document.querySelector('#link-view > div[style="display: none;"]').style.display = '';
}

§
Δημοσιεύτηκε: 24/10/2022

does not work in version 5.9 :((

bloggerpemulaΔημιουργός
§
Δημοσιεύτηκε: 24/10/2022

i'm soryy to say, i will not bypass coinparty coinurl coinearn anymore, I hope you all respect my decision, the owner send me message, he have financial issue because banned by google adsense , he will shutdown all shortlink except coinparty

at this time all that sites is not working with script or manual , just redirect to https://cdn.24.co.za/files/Cms/General/d/4390/a885de3bae8e43a988b6e39f90912b38.jpg

§
Δημοσιεύτηκε: 24/10/2022
Επεξεργάστηκε: 24/10/2022

Thanks for the reply.But the connection "adarima.org " there are not only these shortlink

§
Δημοσιεύτηκε: 24/10/2022
at this time all that sites is not working with script or manual , just redirect to

if I disable the script, it will manually pass

§
Δημοσιεύτηκε: 24/10/2022

one example is https://cryptofine.xyz/

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.