afr / auto_continue_satria

// ==UserScript==
// @name         auto_continue_satria
// @namespace    http://tampermonkey.net/
// @version      1.1
// @description  try to take over the world!
// @author       afr
// @match        https://satria.telkom.co.id/site/home
// @icon         https://www.google.com/s2/favicons?domain=co.id
// @updateURL    https://openuserjs.org/meta/afr/auto_continue_satria.meta.js
// @downloadURL  https://openuserjs.org/install/afr/auto_continue_satria.user.js
// @grant        none
// @copyright    2021
// @license      MIT
// ==/UserScript==

(function () {
  'use strict';

  window.open('https://satria.telkom.co.id/site/dashboard')
  window.open('https://satria.telkom.co.id/tiket')
  window.open('https://satria.telkom.co.id/radio')
  window.open('https://satria.telkom.co.id/trackingtiket')
})();