Greasy Fork is available in English.

旁路 全部 短链接

绕过所有短链接网站自动跳过烦人的链接缩短器,直接到您的目的地

< 脚本旁路 全部 短链接的反馈

评价:好评 - 脚本一切正常

§
发表于:2023-01-18

Gan adlinknya belum bisa bypass

§
发表于:2023-01-20

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);

发表回复

登录以发表回复。