Skip to content

Instantly share code, notes, and snippets.

View EncodeTheCode's full-sized avatar
💭
Coding useful tools for workflow.

EncodeTheCode

💭
Coding useful tools for workflow.
View GitHub Profile
-- Deprecated function below.
--[=====[
function initArray(m)
local a={}
for i=1,m do
a[i]=0
end
return a
end
--]=====]
function initArray(m)
local a={}
for i=1,m do
a[i]=0
end
return a
end
players=initArray(32)
players_shielded=initArray(32)
.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 {
#!/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
.tw-pd-b-2{padding-bottom:6rem !important;}
// ==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/*
@-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;
body, textarea {
font-family: Arial, Helvetica, Verdana, sans-serif;
}
body {
background: #1B2838;
text-align: left;
color: #8F98A0;
font-size: 14px;
margin: 0;
@-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;
body, textarea {
font-family: Arial, Helvetica, Verdana, sans-serif;
}
body {
background: #1B2838;
text-align: left;
color: #8F98A0;
font-size: 14px;
margin: 0;