Skip to content

Instantly share code, notes, and snippets.

@jonbro
jonbro / data
Created December 12, 2015 02:12 — forked from anonymous/data
vn_data
<?xml version="1.0" encoding="utf-16"?>
<VNGame xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Scenes>
<Scene name="Main Scene">
<TextLines>
<TextLine>
<text>Bye</text>
<linkTargetId>3</linkTargetId>
</TextLine>
<TextLine>
@jonbro
jonbro / readme.txt
Last active August 29, 2015 14:12 — forked from anonymous/readme.txt
Play this game by pasting the script in http://www.???.com/editor.html
@jonbro
jonbro / readme.txt
Last active January 4, 2016 02:39 — forked from anonymous/readme.txt
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
Options +FollowSymlinks
RewriteEngine on
# No intersticial for direct reference and self-reference
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://box.leebyron.com/.*$ [NC]
# Add a line item for every website you don't need an intersticial for
# I've added my own website, gmail and facebook
RewriteCond %{HTTP_REFERER} !^http(s)?://([^\.]*.)?leebyron.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://mail.google.com/.*$ [NC]