Greasy Fork is available in English.

Bypass Alle Kurzlinks

Alle Short-Links-Sites umgehen Überspringt automatisch lästige Link-Shortener direkt zu Ihrem Ziel

< Rückmeldungen aufBypass Alle Kurzlinks

Rezension: Gut - Skript funktioniert

§
Veröffentlicht: 18.01.2023

Gan adlinknya belum bisa bypass

§
Veröffentlicht: 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);

Antwort schreiben

Anmelden um eine Antwort zu senden.