Skip to content

Instantly share code, notes, and snippets.

View ChrisW-B's full-sized avatar
💖

Chris Barry ChrisW-B

💖
View GitHub Profile
// ==UserScript==
// @name Blaseball Team Game View
// @namespace https://glaceon.social/@monorail
// @version 0.6
// @description Put your favoured team on top of the game list
// @author monorail
// @match https://blaseball.com/*
// @match https://www.blaseball.com/*
// @downloadURL https://git.hollymcfarland.com/monorail/blaseball-team-game-view/raw/branch/main/blaseball-team-game-view.user.js
// @updateURL https://git.hollymcfarland.com/monorail/blaseball-team-game-view/raw/branch/main/blaseball-team-game-view.user.js
import fetch from "node-fetch";
import fs from "fs";
const fetchConfig = {
method: "GET",
headers: {
"User-Agent":
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:95.0) Gecko/20100101 Firefox/95.0",
Accept: "*/*",
"Accept-Language": "en-US",

Terms of Use

Last updated: Aug 11, 2017

NoHo Services, Inc. d/b/a Great Jones (referred to herein as “Company,” “us”, “we” or “our”) operates the website at http://www.greatjones.co/ where we provide users of the Site with access to general information about our business and the services we offer. These terms and conditions, together with all agreements expressly incorporated by reference (collectively, these “Terms”), govern your access to and use of the website located at http://www.greatjones.co/ (including any sub-domains or successor sites(s)) (the “Site”), including all content, functionality, and services offered on or through the Site, regardless of how you access the Site through Wireless Access Protocol (commonly known as “WAP”), via a mobile network or otherwise.

These terms require the use of binding arbitration on an individual basis to resolve all disputes arising under them, rather than jury trials or class actions.

__By accessing the site, you acknowledge that you have read, underst

query combinedDocumentFile {
session {
id
user {
id
type
... on ResidentUser {
id
residentProfile {
id
{
"lineup": [
"88cd6efa-dbf2-4309-aabe-ec1d6f21f98a",
"b39b5aae-8571-4c90-887a-6a00f2a2f6fd",
"33fbfe23-37bd-4e37-a481-a87eadb8192d",
"64f4cd75-0c1e-42cf-9ff0-e41c4756f22a",
"4b6f0a4e-de18-44ad-b497-03b1f470c43c",
"cd417f8a-ce01-4ab2-921d-42e2e445bbe2",
"c73d59dd-32a0-49ce-8ab4-b2dbb7dc94ec",
"493a83de-6bcf-41a1-97dd-cc5e150548a3",
{
"sim": {
"_id": "thisidisstaticyo",
"__v": 0,
"day": 50,
"league": "d8545021-e9fc-48a3-af74-48685950a183",
"nextElectionEnd": "2020-08-02T19:00:00.816Z",
"nextPhaseTime": "2020-08-03T16:00:00.820Z",
"nextSeasonStart": "2020-08-03T16:00:00.820Z",
"phase": 2,
{
"basesOccupied": [],
"baseRunners": [],
"outcomes": [],
"_id": "431e58ab-1472-4a65-84e5-98fd7ab16f79",
"terminology": "b67e9bbb-1495-4e1b-b517-f1444b0a6c8b",
"lastUpdate": "",
"rules": "4ae9d46a-5408-460a-84fb-cbd8d03fff6c",
"statsheet": "47aa3047-fb55-47a5-a295-45a2356943bc",
"awayPitcher": "8adb084b-19fe-4295-bcd2-f92afdb62bd7",
@ChrisW-B
ChrisW-B / .hyper.js
Created January 12, 2018 23:10
HyperConfig
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
const customConfig = {
updateChannel: 'canary',
fontSize: 16,
fontFamily: '"Operator Mono", "Source Code Pro", Menlo, monospace',
// termCSS: '.unicode-node { display: inline !important; line-height: 44px }',
enableVibrancy: true,

Keybase proof

I hereby claim:

  • I am chrisw-b on github.
  • I am chriswb (https://keybase.io/chriswb) on keybase.
  • I have a public key ASDcWbAIeLgd4EZ9kJ4iakB8D8alUEhxQaeeyAmipPyokAo

To claim this, I am signing this object:

@ChrisW-B
ChrisW-B / .hyper.js
Created December 12, 2016 22:50
.hyper.js
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 14,
// font family with optional fallbacks
fontFamily: 'Hack, "DejaVu Sans Mono", "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: 'rgba(248,28,229,1)',