Skip to content

Instantly share code, notes, and snippets.

View NoxArt's full-sized avatar

Jiří Petruželka NoxArt

  • SolarWinds
  • Brno, Czech Republic
View GitHub Profile
@NoxArt
NoxArt / noxart.reactivity.schema-latest.json
Created November 7, 2019 15:46
NoxArt.Reactivity schema
{
"title": "NoxArt.Reactivity.AutomationDefinition",
"description": "Definition of automation task for NoxArt.Reactivity",
"type": "object",
"properties": {
"Title": {
"description": "Name of the definition for UI/logging purposes",
"type": "string",
"minLength": 1
},
// ==UserScript==
// @name MFC restyle
// @namespace http://tampermonkey.net/
// @version 0.99
// @description Improves styling and UX of MyFigureCollection website
// - Expands content to max
// - Various styling tweaks
// - Large thumbnails
// - Keyboard arrows work in galleries
// - Automatically expands 18+ content (configurable)
@NoxArt
NoxArt / gist:2844eef59d5c1457a2faa790c1c6efeb
Last active June 30, 2020 21:23
Kancolle Event floating menu
// ==UserScript==
// @name Kancolle Event map switcher
// @namespace http://tampermonkey.net/
// @version 0.1
// @author NoxArt
// @match https://kancolle.fandom.com/wiki/*
// @grant none
// ==/UserScript==
(function() {