Skip to content

Instantly share code, notes, and snippets.

View nanojin's full-sized avatar
💭
A nano.

nanojin

💭
A nano.
View GitHub Profile
@nanojin
nanojin / bot_ai.opy
Last active December 12, 2023 21:55
Generally intelligent AI for Overwatch
settings {
"main": {
"description": "Generally Intelligent AI...",
"modeName": "Smartbots AI"
},
"gamemodes": {
"general": {
"tankPassiveHealthBonus": "alwaysEnabled"
},
"skirmish": {
@nanojin
nanojin / mecha-6v6.owpy
Last active August 9, 2023 13:51
6v6 + Brainchild Components
settings {
"lobby": {
"allowPlayersInQueue": true,
"team1Slots": 6,
"team2Slots": 6,
"returnToLobby": "never"
},
"gamemodes": {
#"control": {},
#"escort": {},
@nanojin
nanojin / twclick.js
Last active July 9, 2023 14:45
Twitter Clicker
// ==UserScript==
// @name Twitter Click Handler
// @namespace http://tampermonkey.net/
// @version 0.3.4
// @description Handle click events on tweets and open the content in a new window.
// @author nanojin
// @match https://twitter.com/*
// @grant none
// @updateURL https://gist.github.com/nanojin/d6d4cf0319329cecedebdd8ce118dc21/raw/8ddaaf0cc03e4bc1ed0af9aebe0ab38bbf9b118a/twclick.js
// @downloadURL https://gist.github.com/nanojin/d6d4cf0319329cecedebdd8ce118dc21/raw/8ddaaf0cc03e4bc1ed0af9aebe0ab38bbf9b118a/twclick.js
@nanojin
nanojin / Pixiv Public API.yaml
Created August 7, 2022 14:11 — forked from ZipFile/Pixiv Public API.yaml
Unofficial API specification extracted from Pixiv Android App
swagger: "2.0"
info:
title: "Pixiv Public API"
description: "Unofficial API specification extracted from Pixiv Android App v4.8.2"
version: "1.0"
host: public-api.secure.pixiv.net
schemes:
- https
basePath: /v1
produces:
@nanojin
nanojin / KBAE3.go
Last active August 1, 2022 12:58
Play For Value (OW1)
settings
{
main
{
Mode Name: "6v6 Tryhard"
//Mode Name: "Payload Deathmatch"
//Description: "6v6 Tryhard, Bring An Adult - Instant Respawn\n\nYour Stats directly influence the game's score. Think of it as tryhard, but you get full value for all your efforts. KBAE3"
Description: "KBAE3\n\nPlay for Value! TrYhArDs welcome.\n100% damage/healing = 1 value\nPayload no longer matters! Use it to extend time!\nTotal value of all players added at the end of the match and determines the winner!"
}