旁路 全部 短鏈接

繞過所有短鏈接網站自動跳過煩人的鏈接縮短器,直接到您的目的地

< 腳本旁路 全部 短鏈接的回應

評論:正評 - 腳本一切正常

§
發表於: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);

發表回覆

登入以回復