NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name auto-continue-onedigit // @namespace http://tampermonkey.net/ // @version 1.2 // @description try to take over the world! // @author afr // @match https://onedigit.telkom.co.id/site/home // @icon https://www.google.com/s2/favicons?domain=co.id // @updateURL https://openuserjs.org/meta/afr/auto-continue-onedigit.meta.js // @downloadURL https://openuserjs.org/install/afr/auto-continue-onedigit.user.js // @grant none // @copyright 2021 // @license MIT // ==/UserScript== (function () { 'use strict'; window.open('https://onedigit.telkom.co.id/site/dashboard') window.open('https://onedigit.telkom.co.id/tiket') window.open('https://onedigit.telkom.co.id/radio') window.open('https://onedigit.telkom.co.id/tikettracking') })();