Marlon 3

Turnier

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greatest.deepsurf.us/scripts/525263/1529300/Marlon%203.js

  1. // ==UserScript==
  2. // @name Autodarts Freundesliste - Turniere Seite
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0
  5. // @description Freundesliste auf der Turniere-Seite von Autodarts
  6. // @author Dein Name
  7. // @match https://play.autodarts.io/tournaments
  8. // @grant none
  9. // ==/UserScript==
  10. (function() {
  11. 'use strict';
  12. setInterval(function() {
  13. console.log('Aktualisiere Turnier-Daten...');
  14. // Logik zum Überprüfen des Spielerstatus hinzufügen
  15. }, 5000);
  16. })();