Skip to content

Instantly share code, notes, and snippets.

@werthog2994
werthog2994 / emotes.html
Last active December 11, 2015 23:48
the emote list for normlpeople
<html>
<head>
</head>
<body>
<p>:angel: :<img src="" width="80" height="80">
<p>:applebloom: :<img src="http://i.imgur.com/t0IuE.png" width="62" height="80">
<p>:applefritter: :<img src="http://i.imgur.com/71ZTs.png" width="76" height="80">
<p>:applejack: :<img src="http://i.imgur.com/DPlMs.png" width="71" height="80">
<p>:berrypunch: :<img src="http://i.imgur.com/CVy1q.png" width="96" height="60">
<p>:bestship: :<img src="http://i.imgur.com/ZbcQq.png" width="90" height="68">
@werthog2994
werthog2994 / norml.css
Created January 23, 2013 22:36
CSS for normlpeople
@-moz-document url-prefix("http://www.synchtube.com/r/") {
/*[[layout]]*/
.st-poll poll
{
color:white;
}
st-descr
{
background-color:#444444 !important;
}
@werthog2994
werthog2994 / normlpeople.js
Last active December 10, 2015 13:08
JS for normlpeople
(function(){
document.addEventListener("DOMContentLoaded", function(){
var facecodes={
":angel:":'<img src="" width="80" height="80">',
":applebloom:":'<img src="http://i.imgur.com/t0IuE.png" width="62" height="80">',
":applefritter:":'<img src="http://i.imgur.com/71ZTs.png" width="76" height="80">',
":applejack:":'<img src="http://i.imgur.com/DPlMs.png" width="71" height="80">',
":berrypunch:":'<img src="http://i.imgur.com/CVy1q.png" width="96" height="60">',
":bestship:":'<img src="http://i.imgur.com/ZbcQq.png" width="90" height="68">',
":bigmacintosh:":'<img src="http://i.imgur.com/g6dus.png" width="73" height="80">',
@werthog2994
werthog2994 / hasbro.css
Created October 31, 2012 01:57
CSS for HasbroMLP
st-descr
{
background-color:#444444 !important;
}
#st-vanilla, #centerstage, #room:
{
background-color:#444444 !important;
}
.mods, .description-title, .st-affiliates-title
{
@werthog2994
werthog2994 / Hasbromlp.js
Created October 31, 2012 01:53 — forked from hasbromlp/Hasbromlp.js
Hasbromlp Script.js
/* Script written by officialnigga of Hasbromlp */
function loadExternalJS() {
var facecodes = {
// Emotes:
@werthog2994
werthog2994 / Hasbromlp.js
Created October 30, 2012 01:59 — forked from hasbromlp/Hasbromlp.js
Hasbromlp Script.js
/* Script written by BlueArdvark of vidya4chan */
function loadExternalJS() {
var facecodes = {
// Emotes:
/* Script written by BlueArdvark of vidya4chan */
function loadExternalJS() {
var facecodes = {
// Emotes:
@werthog2994
werthog2994 / naoko.py
Created October 30, 2012 01:10
Naoko bot with ponysay
#!/usr/bin/env python
# Naoko - A prototype synchtube bot
# Based on Denshi written in 2011 by Falaina [email protected]
#
# This software is released under the 2-clause BSD License.
# A copy of this license should have been provided with this
# software. If not see
# <http://www.freebsd.org/copyright/freebsd-license.html>.
import hashlib