Moka.17 / Shazam's Snay.io script

// ==UserScript==
// @name         Shazam's Snay.io script
// @namespace    http://tampermonkey.net/
// @version      0.5
// @description  A Script for Snay.io that i've been working on that gives you cool features for snay.io!
// @author       Moka
// @match        https://www.snay.io/
// @license      MIT
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    fetch('https://raw.githubusercontent.com/ShazamHax/Snay.io-Script/main/ScriptCode.js')
})();