Greasy Fork is available in English.

Bypass Tüm Kısa Linkler

Tüm Kısa Linkleri Atla Siteler Can sıkıcı Link Kısaltıcıları Otomatik Olarak Atlar, Doğrudan Hedefinize

< Feedback on Bypass Tüm Kısa Linkler

Değerlendirme: İyi - script çalışıyor

§
Gönderildi: 18.01.2023

Gan adlinknya belum bisa bypass

§
Gönderildi: 20.01.2023

you can use this script bellow until the newer update out.

// ==UserScript==
// @name diudemy-auto
// @namespace Violentmonkey Scripts
// @match *://*.diudemy.com/*
// @grant none
// @version 1.0
// @author cunaqr
// @description 1/20/2023, 7:07:47 PM
// ==/UserScript==
setTimeout(()=>{
if (document.querySelector('#brand')) window.location.assign(document.querySelector('#brand').value);
}, 3000);

Cevap paylaş

Yanıt göndermek için oturum açın.