// Name: Agar.io Multibox Userscript Generator
// Description: Generates a Tampermonkey userscript for a support autofarm tab that follows and feeds the main tab.
// Author: vvar10
// GitHub: vvar10
import "@johnlindquist/kit"
const lines = [
"// ==UserScript==",
"// @name Agar.io Multibox Support/Follow",
"// @namespace https://github.com/vvar10/agario-multibox",
"// @version 0.1.0",
"// @description Support/autofarm tab follows and feeds the paired main tab; toggle with Ctrl+Alt+A; choose role with Ctrl+Alt+M (main) or Ctrl+Alt+S (support); select group with Ctrl+Alt+1/2.",
"// @match https://agar.io/*",
"// @run-at document-end",
"// @grant none",
"// ==/UserScript==",
"",
"(function() {",
" 'use strict';",