pr0game auto-galaxy sync

Automatic galaxy sync

// ==UserScript==
// @name        pr0game auto-galaxy sync
// @namespace   pr0game
// @match       https://pr0game.com/*/game.php*page=galaxy*
// @grant       none
// @version     1.0
// @run-at      document-end
// @license     MIT
// @author      moh
// @description Automatic galaxy sync
// @icon        https://www.google.com/s2/favicons?sz=64&domain=pr0game.com
// ==/UserScript==

(function() {
  const node = document.querySelector("#gala_sync")?.remove();
  syncsys();
})();