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
<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"> |
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 url-prefix("http://www.synchtube.com/r/") { | |
/*[[layout]]*/ | |
.st-poll poll | |
{ | |
color:white; | |
} | |
st-descr | |
{ | |
background-color:#444444 !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
(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">', |
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
st-descr | |
{ | |
background-color:#444444 !important; | |
} | |
#st-vanilla, #centerstage, #room: | |
{ | |
background-color:#444444 !important; | |
} | |
.mods, .description-title, .st-affiliates-title | |
{ |
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
/* Script written by officialnigga of Hasbromlp */ | |
function loadExternalJS() { | |
var facecodes = { | |
// Emotes: |
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
/* Script written by BlueArdvark of vidya4chan */ | |
function loadExternalJS() { | |
var facecodes = { | |
// Emotes: |
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
/* Script written by BlueArdvark of vidya4chan */ | |
function loadExternalJS() { | |
var facecodes = { | |
// Emotes: |
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 | |
# 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 |