This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# xpad emulation mappings for | |
# Esperanza EG102 | |
[xboxdrv] | |
evdev = /dev/input/gamepad-esperanza-eg102 | |
silent = true | |
mimic-xpad = true | |
[evdev-absmap] | |
ABS_X = x1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Instructables: sort “Add Instructable to Collection” list alphabetically | |
// @namespace thebodzio | |
// @include /^https?://www.instructables.com/id/.*/ | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
// Returns the UL element holding all the LIs with collections names | |
// or "null" if it's not found |