Skip to content

Instantly share code, notes, and snippets.

View nzall's full-sized avatar

Nate Kerkhofs nzall

View GitHub Profile
@nzall
nzall / 8BitTheater.js
Created December 1, 2021 22:20
8 bit theater userscript
// ==UserScript==
// @name Click 8 Bit Theater to go to next Panel
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.nuklearpower.com/*
// @icon https://www.google.com/s2/favicons?domain=nuklearpower.com
// @grant none
// ==/UserScript==
@nzall
nzall / example
Created September 23, 2016 12:38
<div data-dojo-type="js/widgets/ExpandableSearchComponent"
id="machineSearchView.operatingSystemExpandableSearch"
data-dojo-props="prefixTitle: '<s:property value="%{getText('label.machine.operatingSystem')}"/>: ', containedWidgetId: 'machineSearchView.operatingSystem', defaultValue: '-1'">
<div data-dojo-type="dojo/store/Memory"
data-dojo-id="operatingSystemStore"
data-dojo-props="<s:property value='%{getOperatingSystemTypeCodeJsonString()}'/>"></div>
<s:set name="operatingSystem" value="machineSearchView.operatingSystem"
scope="request"></s:set>
<div data-dojo-type="dijit/form/Select" class="readOnlySelect"
data-dojo-props="store:operatingSystemStore, labelAttr: 'label', sortByLabel: false, value:'${operatingSystem}'"