fuck blast.io over

makes app.blast.io think that link was opened from ios homescreen

// ==UserScript==
// @name        fuck blast.io over
// @namespace   https://app.blast.io/*
// @match       https://app.blast.io/*
// @grant       none
// @version     1.0
// @author      ssrankedghoul
// @description makes app.blast.io think that link was opened from ios homescreen
// @license     MIT
// ==/UserScript==
/* jshint esversion: 11 */
;(() => {
  window.navigator.standalone = true
})()