brobada / Nusuk Keep Alive

// ==UserScript==
// @name         Nusuk Keep Alive
// @version     0.01
// @namespace    https://hajj.nusuk.sa
// @version      2024-03-14
// @description  try to take over the world!
// @author       Obada
// @match        https://hajj.nusuk.sa/profile/dashboard
// @icon         https://www.google.com/s2/favicons?sz=64&domain=nusuk.sa
// @license     MIT
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    setTimeout(() => document.querySelector('#navbarNav a.cart-link').click(), 3000);

    setTimeout(extendSession, 200000);
})();