We can't make this file beautiful and searchable because it's too large.
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
6 [&AgEGAAAA] ((208738)) | |
15 [&AgEPAAAA] Abomination Hammer | |
24 [&AgEYAAAA] Sealed Package of Snowballs | |
46 [&AgEuAAAA] Gladiator Weapon | |
56 [&AgE4AAAA] Strong Back Brace | |
57 [&AgE5AAAA] Hearty Back Brace | |
58 [&AgE6AAAA] Enduring Back Brace | |
59 [&AgE7AAAA] Berserkers Spineguard of Ruby | |
60 [&AgE8AAAA] Clerics Spineguard of Sapphire | |
61 [&AgE9AAAA] Rampagers Spineguard of Coral |
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 Search for selected text | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author Valacar | |
// @include https://* | |
// @include http://* | |
// @grant GM_openInTab | |
// ==/UserScript== |
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
/* add this to userchrome.css and go play a video on youtube or something to see it */ | |
.tab-icon-sound[soundplaying] { | |
list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAF9SURBVHjajJO9SwNBEMXfnTEqIilsrMQiiGgvdn40Iig2iqRIYRBRwRC1TWGphUUwpLa2sLCwskqCkICoUclfIIhdwEYhrm8me/EIZ5IdfrNfb+buZm+Bzm3QN+4TZ4xp0qntMlxUK2Se4TJ+JnudEkyRHMMNboijgZc0w3CDNZ3nSH9Q8A4iFGSJWEnFJfSwnyNXdv2gmQRFUrZsY5obT1YklldhHhn2FyRkg8WWZa9IV7YkyIMvWKygCQrYYF8j1zp/pNnkfrE85aUlgfcGwAkW7Nok2SffMC7qvq//IvV/C3uMO/pPMkNeSS/govUknMC5+IjWXKiRoca2y6L8tbD3qwS0EN6R0gjgliyRD1k+4uDHiuRLR8i4L9BYf0afJJv2QQly3pAckpRlFgMUn5J6SxHX2a+SCVvoqq5Xg152jGSxSMEbqaiwQjJ6SmL3ZFTXk+3uQRpRitLNXzlOM4iRsM63urlMUU0EDNt5nMSkCt5lcrrJ0q79CjAAedTA3tg2ji8AAAAASUVORK5CYII=) !important; | |
} |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Indented Notes</string> | |
<key>settings</key> | |
<array> | |
<dict> |
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
#SingleInstance Force | |
#Persistent | |
target = ahk_exe terraria.exe | |
WS_CAPTION := 0x00C00000 | |
WS_SIZEBOX := 0x00040000 | |
SetTimer Check, 1000 | |
return |
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
[ | |
{ | |
"class": "icon_file_type", | |
"content_margin": [8,8] | |
} | |
] |
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
[ | |
// general text label settings for tabs | |
{ | |
"class": "tab_label", | |
"shadow_offset": [1, 1], | |
"fg": [140, 140, 140], | |
"shadow_color": [35, 35, 35], | |
"font.bold": true | |
}, |