Greasy Fork is available in English.

Bỏ qua Tất cả Các liên kết ngắn

Bỏ qua tất cả các trang web liên kết ngắn tự động bỏ qua các trang web liên kết gây phiền nhiễu, trực tiếp đến đích của bạn

< Feedback on Bỏ qua Tất cả Các liên kết ngắn

Review: Good - script works

§
Posted: 18-01-2023

Gan adlinknya belum bisa bypass

§
Posted: 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);

Post reply

Đăng nhập để bình luận