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
-- Deprecated function below. | |
--[=====[ | |
function initArray(m) | |
local a={} | |
for i=1,m do | |
a[i]=0 | |
end | |
return a | |
end | |
--]=====] |
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
function initArray(m) | |
local a={} | |
for i=1,m do | |
a[i]=0 | |
end | |
return a | |
end | |
players=initArray(32) | |
players_shielded=initArray(32) |
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
.theme--dark .chat__header { | |
box-shadow: inset 0 -1px 0 0 #d9d6e3; | |
background-color: #faf9fa; | |
} | |
.theme--dark .pinned-cheer__bounding-box { | |
background-color: #fff; | |
border-bottom: 1px solid #dad8de; | |
position: relative; | |
} | |
.theme--dark .inline { |
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
#!/usr/bin/env python | |
import urllib2 | |
import re | |
matcher = re.compile("displayId: ([0-9]+)") | |
def fetch_display_id (npc_id): | |
url = "https://www.wowhead.com/npc=%s" % npc_id | |
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
.tw-pd-b-2{padding-bottom:6rem !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
// ==UserScript== | |
// @name Blendr Remove Image Blur and Censoring | |
// @namespace http://userstyles.org | |
// @description Removes image blur and censoring from images on Blendr dating website. | |
// @author EncodeTheCode | |
// @homepage https://userstyles.org/styles/157795 | |
// @include http://blendr.com/* | |
// @include https://blendr.com/* | |
// @include http://*.blendr.com/* | |
// @include https://*.blendr.com/* |
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
@-moz-document domain(www.twitch.tv) { | |
body, textarea { | |
font-family: Arial, Helvetica, Verdana, sans-serif; | |
} | |
body { | |
background: #1b2838; | |
text-align: left; | |
color: #8F98A0; | |
font-size: 14px; | |
margin: 0; |
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
body, textarea { | |
font-family: Arial, Helvetica, Verdana, sans-serif; | |
} | |
body { | |
background: #1B2838; | |
text-align: left; | |
color: #8F98A0; | |
font-size: 14px; | |
margin: 0; |
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
@-moz-document domain(www.twitch.tv) { | |
body, textarea { | |
font-family: Arial, Helvetica, Verdana, sans-serif; | |
} | |
body { | |
background: #1B2838; | |
text-align: left; | |
color: #8F98A0; | |
font-size: 14px; | |
margin: 0; |
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
body, textarea { | |
font-family: Arial, Helvetica, Verdana, sans-serif; | |
} | |
body { | |
background: #1B2838; | |
text-align: left; | |
color: #8F98A0; | |
font-size: 14px; | |
margin: 0; |