2017-04-04 01:24:46 +02:00
<!--
========================================================================
The /r/place Atlas
An Atlas of Reddit's /r/place, with information to each
artwork of the canvas provided by the community.
Copyright (C) 2017 Roland Rytz < roland @ draemm . li >
Licensed under the GNU Affero General Public License Version 3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
For more information, see:
https://draemm.li/various/place-atlas/license.txt
========================================================================
-->
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
2017-04-05 03:12:01 +02:00
< link href = "./_css/style.css?version=1.0.3" rel = "stylesheet" type = "text/css" media = "all" >
2017-04-04 01:24:46 +02:00
< title >
The /r/place Atlas
< / title >
< meta name = "description" content = "An Atlas of Reddit's /r/place, with information to each artwork of the canvas." >
< meta name = "author" content = "Roland Rytz" >
< meta name = "keywords" content = "reddit, /r/place, april" >
< meta name = "application-name" content = "/r/place Atlas" >
< meta name = "robots" content = "index, follow" >
< / head >
< body >
< header >
2017-04-05 03:12:01 +02:00
< img id = "logo" src = "./_img/logo.png" height = "50" width = "50" alt = "" >
2017-04-04 01:24:46 +02:00
< h1 > The /r/place Atlas< / h1 >
< nav >
< a id = "viewLink" href = "./" class = "current" > View< / a >
< a id = "drawLink" href = "./?mode=draw" > Draw< / a >
< a id = "aboutLink" href = "./?mode=about" > About< / a >
< / nav >
< / header >
< div id = "container" >
< canvas id = "linesCanvas" > < / canvas >
< div id = "innerContainer" >
< canvas id = "highlightCanvas" width = "1000" height = "1000" > < / canvas >
2017-04-05 03:12:01 +02:00
< img id = "image" src = "./_img/place.png" width = "1000" height = "1000" / >
2017-04-04 01:24:46 +02:00
< / div >
< / div >
2017-04-05 00:53:10 +02:00
< div id = "zoomControls" >
< button title = "Zoom In" id = "zoomInButton" > < / button >
< button title = "Reset View" id = "zoomResetButton" > < / button >
< button title = "Zoom Out" id = "zoomOutButton" > < / button >
< / div >
2017-04-04 01:24:46 +02:00
< div id = "drawControls" >
< div >
< button id = "undoButton" disabled > Undo< / button >
< button disabled id = "redoButton" > Redo< / button >
< / div >
< button disabled id = "finishButton" > Finish (Enter)< / button >
< button id = "resetButton" > Reset< / button >
2017-04-05 03:47:36 +02:00
< label title = "Highlight uncharted areas of the map" class = "checkboxLabel" > < input type = "checkbox" id = "highlightUncharted" checked > Highlight Empty< / label >
2017-04-04 01:24:46 +02:00
< span id = "hint" >
< p > Click anywhere on the image to start drawing a shape.< / p >
< p > When you're happy with the result, click the "Finish" button above or press the Enter key.< / p >
< p > You can then add more information about your object.< / p >
< / span >
< div id = "objectInfo" >
< label for = "nameField" > Name< / label >
< input id = "nameField" type = "text" value = "" placeholder = "A short title" >
< label for = "descriptionField" rows = "20" cols = "3" > Description< / label >
< textarea id = "descriptionField" placeholder = "A short description to be understood by everyone" > < / textarea >
< label for = "websiteField" > Website< / label >
< input id = "websiteField" type = "text" value = "" placeholder = "https://example.com" >
< label for = "subredditField" > Subreddit< / label >
< input id = "subredditField" type = "text" value = "" placeholder = "/r/example" >
< div id = "infoButtons" >
< button id = "cancelButton" > Cancel< / button >
< button id = "exportButton" > OK< / button >
< / div >
< / div >
< / div >
< div id = "objectsList" >
<!-- div class="object">
< h2 > Tux< / h2 >
< p > Tux is the official mascot of the Linux operating system.< / p >
< a href = "Website" > Website< / a >
< a href = "" > /r/linux< / a >
< / div-- >
< / div >
< div id = "exportOverlay" class = "overlay" >
< div id = "exportWindow" >
< p > Please copy the text below and submit it as a< br >
new text post to < a target = "_blank" href = "https://www.reddit.com/r/placeAtlas/" > /r/placeAtlas< / a > on Reddit.< / p >
< p > I will then check it and add it to the atlas.< / p >
< textarea cols = "50" rows = "5" id = "exportString" > < / textarea >
< button id = "exportCloseButton" > Done< / button >
< / div >
< / div >
< div id = "author" >
Code by < a href = "/" target = "_blank" rel = "author" > Roland Rytz< / a > . Source on < a target = "_blank" href = "https://github.com/RolandR/place-atlas" > GitHub< / a > .
< / div >
2017-04-05 02:53:39 +02:00
< div id = "aboutContainer" >
< div id = "about" >
< h2 > The /r/place Atlas< / h2 >
< p > This is an Atlas aiming to chart all the artworks created during the < a href = "https://www.reddit.com/r/place/" > /r/place< / a > April's fools event on < a href = "https://www.reddit.com/" target = "_blank" > Reddit< / a > in 2017.< / p >
< p > The code was developed by < a href = "/" target = "_blank" rel = "author" > Roland Rytz< / a > and is available under the free < a href = "https://www.gnu.org/licenses/agpl-3.0.en.html" > AGPL license< / a > on < a target = "_blank" href = "https://github.com/RolandR/place-atlas" > GitHub< / a > .
< h2 > How to contribute< / h2 >
< p > Everybody is encouraged to collaborate in mapping all of /r/place on the Atlas.< / p >
< p > To do so, head over to the < a href = "./?mode=draw" > Draw tab< / a > , draw the outline of the piece you want to submit, and post it on the < a href = "https://www.reddit.com/r/placeAtlas/" > /r/placeAtlas< / a > subreddit.< / p >
< p > This is also the place to submit all bug reports, feature requests or questions.< / p >
< h2 > Contributors< / h2 >
< p > The Atlas would not have been possible without the help of the following 302 reddit users.< / p >
< p > Thank you to everyone who contributed.< / p >
< div id = "contributors" >
< a href = "https://reddit.com/user/-seik" target = "_blank" > -seik< / a >
< a href = "https://reddit.com/user/-Swimmingly-" target = "_blank" > -Swimmingly-< / a >
< a href = "https://reddit.com/user/0011110000110011" target = "_blank" > 0011110000110011< / a >
< a href = "https://reddit.com/user/10Sly10" target = "_blank" > 10Sly10< / a >
< a href = "https://reddit.com/user/11tron" target = "_blank" > 11tron< / a >
< a href = "https://reddit.com/user/197gpmol" target = "_blank" > 197gpmol< / a >
< a href = "https://reddit.com/user/2017needsus" target = "_blank" > 2017needsus< / a >
< a href = "https://reddit.com/user/3Dee8" target = "_blank" > 3Dee8< / a >
< a href = "https://reddit.com/user/_Blueshift" target = "_blank" > _Blueshift< / a >
< a href = "https://reddit.com/user/_Imthi" target = "_blank" > _Imthi< / a >
< a href = "https://reddit.com/user/_JO3Y" target = "_blank" > _JO3Y< / a >
< a href = "https://reddit.com/user/_Peavey" target = "_blank" > _Peavey< / a >
< a href = "https://reddit.com/user/acdenh" target = "_blank" > acdenh< / a >
< a href = "https://reddit.com/user/ADULT_LINK42" target = "_blank" > ADULT_LINK42< / a >
< a href = "https://reddit.com/user/Advanderar" target = "_blank" > Advanderar< / a >
< a href = "https://reddit.com/user/AdventureFreddy" target = "_blank" > AdventureFreddy< / a >
< a href = "https://reddit.com/user/Akakumori" target = "_blank" > Akakumori< / a >
< a href = "https://reddit.com/user/alb404" target = "_blank" > alb404< / a >
< a href = "https://reddit.com/user/Allottedpython" target = "_blank" > Allottedpython< / a >
< a href = "https://reddit.com/user/AlmostNL" target = "_blank" > AlmostNL< / a >
< a href = "https://reddit.com/user/AlphaPizza" target = "_blank" > AlphaPizza< / a >
< a href = "https://reddit.com/user/altyr" target = "_blank" > altyr< / a >
< a href = "https://reddit.com/user/andre-143" target = "_blank" > andre-143< / a >
< a href = "https://reddit.com/user/Aoeui344" target = "_blank" > Aoeui344< / a >
< a href = "https://reddit.com/user/Arsenalisbest" target = "_blank" > Arsenalisbest< / a >
< a href = "https://reddit.com/user/Arthanias" target = "_blank" > Arthanias< / a >
< a href = "https://reddit.com/user/Artillect" target = "_blank" > Artillect< / a >
< a href = "https://reddit.com/user/aSusurrus" target = "_blank" > aSusurrus< / a >
< a href = "https://reddit.com/user/Atimo3" target = "_blank" > Atimo3< / a >
< a href = "https://reddit.com/user/Atomfried" target = "_blank" > Atomfried< / a >
< a href = "https://reddit.com/user/Auditored" target = "_blank" > Auditored< / a >
< a href = "https://reddit.com/user/Augapfel250" target = "_blank" > Augapfel250< / a >
< a href = "https://reddit.com/user/AustinAuranymph" target = "_blank" > AustinAuranymph< / a >
< a href = "https://reddit.com/user/BananaArms" target = "_blank" > BananaArms< / a >
< a href = "https://reddit.com/user/bb010g" target = "_blank" > bb010g< / a >
< a href = "https://reddit.com/user/beingversatile" target = "_blank" > beingversatile< / a >
< a href = "https://reddit.com/user/bge" target = "_blank" > bge< / a >
< a href = "https://reddit.com/user/biggiemac42" target = "_blank" > biggiemac42< / a >
< a href = "https://reddit.com/user/bilwis" target = "_blank" > bilwis< / a >
< a href = "https://reddit.com/user/bizkut" target = "_blank" > bizkut< / a >
< a href = "https://reddit.com/user/BlackSynder" target = "_blank" > BlackSynder< / a >
< a href = "https://reddit.com/user/blaiseisgood" target = "_blank" > blaiseisgood< / a >
< a href = "https://reddit.com/user/blazeroni" target = "_blank" > blazeroni< / a >
< a href = "https://reddit.com/user/BoboftheDead84" target = "_blank" > BoboftheDead84< / a >
< a href = "https://reddit.com/user/Breindahl" target = "_blank" > Breindahl< / a >
< a href = "https://reddit.com/user/BRKcan" target = "_blank" > BRKcan< / a >
< a href = "https://reddit.com/user/Bshow" target = "_blank" > Bshow< / a >
< a href = "https://reddit.com/user/bugolf" target = "_blank" > bugolf< / a >
< a href = "https://reddit.com/user/BurrritoPrincess" target = "_blank" > BurrritoPrincess< / a >
< a href = "https://reddit.com/user/CakeisaDie" target = "_blank" > CakeisaDie< / a >
< a href = "https://reddit.com/user/CaptainMeme" target = "_blank" > CaptainMeme< / a >
< a href = "https://reddit.com/user/CaptainofCosmos" target = "_blank" > CaptainofCosmos< / a >
< a href = "https://reddit.com/user/Carsmaniac" target = "_blank" > Carsmaniac< / a >
< a href = "https://reddit.com/user/Ch1mpy" target = "_blank" > Ch1mpy< / a >
< a href = "https://reddit.com/user/chaosof99" target = "_blank" > chaosof99< / a >
< a href = "https://reddit.com/user/Chickengun98" target = "_blank" > Chickengun98< / a >
< a href = "https://reddit.com/user/chirouDown" target = "_blank" > chirouDown< / a >
< a href = "https://reddit.com/user/CmdrStruggleSnuggle" target = "_blank" > CmdrStruggleSnuggle< / a >
< a href = "https://reddit.com/user/Codile" target = "_blank" > Codile< / a >
< a href = "https://reddit.com/user/cookiedough320" target = "_blank" > cookiedough320< / a >
< a href = "https://reddit.com/user/corruptedConundrum" target = "_blank" > corruptedConundrum< / a >
< a href = "https://reddit.com/user/countdownmopmaus" target = "_blank" > countdownmopmaus< / a >
< a href = "https://reddit.com/user/Criscubed" target = "_blank" > Criscubed< / a >
< a href = "https://reddit.com/user/criticalpwnage" target = "_blank" > criticalpwnage< / a >
< a href = "https://reddit.com/user/CuBaN_MiSsIlE_CrISIS" target = "_blank" > CuBaN_MiSsIlE_CrISIS< / a >
< a href = "https://reddit.com/user/Cubelia" target = "_blank" > Cubelia< / a >
< a href = "https://reddit.com/user/czech145" target = "_blank" > czech145< / a >
< a href = "https://reddit.com/user/d4m1en" target = "_blank" > d4m1en< / a >
< a href = "https://reddit.com/user/danilreddit" target = "_blank" > danilreddit< / a >
< a href = "https://reddit.com/user/DanOfLA" target = "_blank" > DanOfLA< / a >
< a href = "https://reddit.com/user/DarkKillsYou" target = "_blank" > DarkKillsYou< / a >
< a href = "https://reddit.com/user/Darko28064212" target = "_blank" > Darko28064212< / a >
< a href = "https://reddit.com/user/DaveyOgrady" target = "_blank" > DaveyOgrady< / a >
< a href = "https://reddit.com/user/Denmarkdot" target = "_blank" > Denmarkdot< / a >
< a href = "https://reddit.com/user/dienamight" target = "_blank" > dienamight< / a >
< a href = "https://reddit.com/user/dionytadema" target = "_blank" > dionytadema< / a >
< a href = "https://reddit.com/user/DiplomaticMeatball" target = "_blank" > DiplomaticMeatball< / a >
< a href = "https://reddit.com/user/DJMooray" target = "_blank" > DJMooray< / a >
< a href = "https://reddit.com/user/djp0505" target = "_blank" > djp0505< / a >
< a href = "https://reddit.com/user/doihavemakeanewword" target = "_blank" > doihavemakeanewword< / a >
< a href = "https://reddit.com/user/dojure" target = "_blank" > dojure< / a >
< a href = "https://reddit.com/user/DoomAngelBlade" target = "_blank" > DoomAngelBlade< / a >
< a href = "https://reddit.com/user/draemmli" target = "_blank" > draemmli< / a >
< a href = "https://reddit.com/user/DragonGodGrapha" target = "_blank" > DragonGodGrapha< / a >
< a href = "https://reddit.com/user/echo-flower" target = "_blank" > echo-flower< / a >
< a href = "https://reddit.com/user/Edgar_Allan_Pho" target = "_blank" > Edgar_Allan_Pho< / a >
< a href = "https://reddit.com/user/egoitis" target = "_blank" > egoitis< / a >
< a href = "https://reddit.com/user/Ekint" target = "_blank" > Ekint< / a >
< a href = "https://reddit.com/user/Elernus" target = "_blank" > Elernus< / a >
< a href = "https://reddit.com/user/ElliottB1" target = "_blank" > ElliottB1< / a >
< a href = "https://reddit.com/user/Emiwater" target = "_blank" > Emiwater< / a >
< a href = "https://reddit.com/user/envido32" target = "_blank" > envido32< / a >
< a href = "https://reddit.com/user/Epicghostrider" target = "_blank" > Epicghostrider< / a >
< a href = "https://reddit.com/user/EpicRive" target = "_blank" > EpicRive< / a >
< a href = "https://reddit.com/user/escapeepacse" target = "_blank" > escapeepacse< / a >
< a href = "https://reddit.com/user/F33N1X" target = "_blank" > F33N1X< / a >
< a href = "https://reddit.com/user/Fireflyisatreddit" target = "_blank" > Fireflyisatreddit< / a >
< a href = "https://reddit.com/user/FishInferno" target = "_blank" > FishInferno< / a >
< a href = "https://reddit.com/user/flyingninjacake123" target = "_blank" > flyingninjacake123< / a >
< a href = "https://reddit.com/user/frickthebreh" target = "_blank" > frickthebreh< / a >
< a href = "https://reddit.com/user/frnky" target = "_blank" > frnky< / a >
< a href = "https://reddit.com/user/Fropps" target = "_blank" > Fropps< / a >
< a href = "https://reddit.com/user/Fruit_Loopita" target = "_blank" > Fruit_Loopita< / a >
< a href = "https://reddit.com/user/Funcolours" target = "_blank" > Funcolours< / a >
< a href = "https://reddit.com/user/Galapagon" target = "_blank" > Galapagon< / a >
< a href = "https://reddit.com/user/Galaruss" target = "_blank" > Galaruss< / a >
< a href = "https://reddit.com/user/gamey1000" target = "_blank" > gamey1000< / a >
< a href = "https://reddit.com/user/GermanScientist" target = "_blank" > GermanScientist< / a >
< a href = "https://reddit.com/user/gigazelle" target = "_blank" > gigazelle< / a >
< a href = "https://reddit.com/user/Ginephobie" target = "_blank" > Ginephobie< / a >
< a href = "https://reddit.com/user/GLUE_COLLUSION" target = "_blank" > GLUE_COLLUSION< / a >
< a href = "https://reddit.com/user/GoldenBoy9999" target = "_blank" > GoldenBoy9999< / a >
< a href = "https://reddit.com/user/gregerson-bo" target = "_blank" > gregerson-bo< / a >
< a href = "https://reddit.com/user/grondo4" target = "_blank" > grondo4< / a >
< a href = "https://reddit.com/user/heidavey" target = "_blank" > heidavey< / a >
< a href = "https://reddit.com/user/hlixed1" target = "_blank" > hlixed1< / a >
< a href = "https://reddit.com/user/Hologuardian" target = "_blank" > Hologuardian< / a >
< a href = "https://reddit.com/user/htfcuddles" target = "_blank" > htfcuddles< / a >
< a href = "https://reddit.com/user/HugoC_4" target = "_blank" > HugoC_4< / a >
< a href = "https://reddit.com/user/humar104" target = "_blank" > humar104< / a >
< a href = "https://reddit.com/user/Huo" target = "_blank" > Huo< / a >
< a href = "https://reddit.com/user/I_Am_Not_Pope" target = "_blank" > I_Am_Not_Pope< / a >
< a href = "https://reddit.com/user/i_was_actually_phone" target = "_blank" > i_was_actually_phone< / a >
< a href = "https://reddit.com/user/Ihatelordtuts" target = "_blank" > Ihatelordtuts< / a >
< a href = "https://reddit.com/user/ilovewhitetea" target = "_blank" > ilovewhitetea< / a >
< a href = "https://reddit.com/user/imdankamused" target = "_blank" > imdankamused< / a >
< a href = "https://reddit.com/user/ImNotHimBut" target = "_blank" > ImNotHimBut< / a >
< a href = "https://reddit.com/user/impetu0usness" target = "_blank" > impetu0usness< / a >
< a href = "https://reddit.com/user/INFEKTEK" target = "_blank" > INFEKTEK< / a >
< a href = "https://reddit.com/user/iprefertau" target = "_blank" > iprefertau< / a >
< a href = "https://reddit.com/user/irrenhaus3" target = "_blank" > irrenhaus3< / a >
< a href = "https://reddit.com/user/jackthezack" target = "_blank" > jackthezack< / a >
< a href = "https://reddit.com/user/jakej1097" target = "_blank" > jakej1097< / a >
< a href = "https://reddit.com/user/jankystats" target = "_blank" > jankystats< / a >
< a href = "https://reddit.com/user/jebaixlsuebqkd" target = "_blank" > jebaixlsuebqkd< / a >
< a href = "https://reddit.com/user/jfb1337" target = "_blank" > jfb1337< / a >
< a href = "https://reddit.com/user/JMoon33" target = "_blank" > JMoon33< / a >
< a href = "https://reddit.com/user/joeyjo0" target = "_blank" > joeyjo0< / a >
< a href = "https://reddit.com/user/jojo6311" target = "_blank" > jojo6311< / a >
< a href = "https://reddit.com/user/Joll19" target = "_blank" > Joll19< / a >
< a href = "https://reddit.com/user/jomarcenter" target = "_blank" > jomarcenter< / a >
< a href = "https://reddit.com/user/JorWat" target = "_blank" > JorWat< / a >
< a href = "https://reddit.com/user/JuanAy" target = "_blank" > JuanAy< / a >
< a href = "https://reddit.com/user/Kazill" target = "_blank" > Kazill< / a >
< a href = "https://reddit.com/user/kebabtent" target = "_blank" > kebabtent< / a >
< a href = "https://reddit.com/user/Ketcchup" target = "_blank" > Ketcchup< / a >
< a href = "https://reddit.com/user/KillerMapper" target = "_blank" > KillerMapper< / a >
< a href = "https://reddit.com/user/Kiptus" target = "_blank" > Kiptus< / a >
< a href = "https://reddit.com/user/KittensAnStuff" target = "_blank" > KittensAnStuff< / a >
< a href = "https://reddit.com/user/kjQtte" target = "_blank" > kjQtte< / a >
< a href = "https://reddit.com/user/KRZ_759" target = "_blank" > KRZ_759< / a >
< a href = "https://reddit.com/user/kspehik" target = "_blank" > kspehik< / a >
< a href = "https://reddit.com/user/ktehpotato" target = "_blank" > ktehpotato< / a >
< a href = "https://reddit.com/user/Kyncaith" target = "_blank" > Kyncaith< / a >
< a href = "https://reddit.com/user/lantaarnappel" target = "_blank" > lantaarnappel< / a >
< a href = "https://reddit.com/user/Lateasusual_" target = "_blank" > Lateasusual_< / a >
< a href = "https://reddit.com/user/LivinAWestLife" target = "_blank" > LivinAWestLife< / a >
< a href = "https://reddit.com/user/lockzhere" target = "_blank" > lockzhere< / a >
< a href = "https://reddit.com/user/LogicalDrinks" target = "_blank" > LogicalDrinks< / a >
< a href = "https://reddit.com/user/loki130" target = "_blank" > loki130< / a >
< a href = "https://reddit.com/user/LosGraham" target = "_blank" > LosGraham< / a >
< a href = "https://reddit.com/user/Lukeeboy99" target = "_blank" > Lukeeboy99< / a >
< a href = "https://reddit.com/user/Lyricalyrics" target = "_blank" > Lyricalyrics< / a >
< a href = "https://reddit.com/user/m654zy" target = "_blank" > m654zy< / a >
< a href = "https://reddit.com/user/MagWhiz" target = "_blank" > MagWhiz< / a >
< a href = "https://reddit.com/user/Malian_Carver" target = "_blank" > Malian_Carver< / a >
< a href = "https://reddit.com/user/manawesome326" target = "_blank" > manawesome326< / a >
< a href = "https://reddit.com/user/MansplainingSweden" target = "_blank" > MansplainingSweden< / a >
< a href = "https://reddit.com/user/Master_Tactician" target = "_blank" > Master_Tactician< / a >
< a href = "https://reddit.com/user/matchai" target = "_blank" > matchai< / a >
< a href = "https://reddit.com/user/maywks" target = "_blank" > maywks< / a >
< a href = "https://reddit.com/user/mcpw" target = "_blank" > mcpw< / a >
< a href = "https://reddit.com/user/Mdibble" target = "_blank" > Mdibble< / a >
< a href = "https://reddit.com/user/MewTheConqueror" target = "_blank" > MewTheConqueror< / a >
< a href = "https://reddit.com/user/mfpretty" target = "_blank" > mfpretty< / a >
< a href = "https://reddit.com/user/Miitomud" target = "_blank" > Miitomud< / a >
< a href = "https://reddit.com/user/Missy_Elliott_Smith" target = "_blank" > Missy_Elliott_Smith< / a >
< a href = "https://reddit.com/user/moARRgan" target = "_blank" > moARRgan< / a >
< a href = "https://reddit.com/user/ModJon" target = "_blank" > ModJon< / a >
< a href = "https://reddit.com/user/molpcs" target = "_blank" > molpcs< / a >
< a href = "https://reddit.com/user/Moobiful" target = "_blank" > Moobiful< / a >
< a href = "https://reddit.com/user/mossyskeleton" target = "_blank" > mossyskeleton< / a >
< a href = "https://reddit.com/user/MrBrickBreak" target = "_blank" > MrBrickBreak< / a >
< a href = "https://reddit.com/user/MrMathijs95" target = "_blank" > MrMathijs95< / a >
< a href = "https://reddit.com/user/Mrunibro" target = "_blank" > Mrunibro< / a >
< a href = "https://reddit.com/user/MugaSofer" target = "_blank" > MugaSofer< / a >
< a href = "https://reddit.com/user/mybham" target = "_blank" > mybham< / a >
< a href = "https://reddit.com/user/nagiri" target = "_blank" > nagiri< / a >
< a href = "https://reddit.com/user/neiromaru" target = "_blank" > neiromaru< / a >
< a href = "https://reddit.com/user/NekoRyuk" target = "_blank" > NekoRyuk< / a >
< a href = "https://reddit.com/user/nicknameNA" target = "_blank" > nicknameNA< / a >
< a href = "https://reddit.com/user/NIPPLE_POOP" target = "_blank" > NIPPLE_POOP< / a >
< a href = "https://reddit.com/user/nobodytoyou" target = "_blank" > nobodytoyou< / a >
< a href = "https://reddit.com/user/noodhoog" target = "_blank" > noodhoog< / a >
< a href = "https://reddit.com/user/nosemomkey" target = "_blank" > nosemomkey< / a >
< a href = "https://reddit.com/user/Not-the-batman" target = "_blank" > Not-the-batman< / a >
< a href = "https://reddit.com/user/Not_A_Crazed_Gunman" target = "_blank" > Not_A_Crazed_Gunman< / a >
< a href = "https://reddit.com/user/Nytoria" target = "_blank" > Nytoria< / a >
< a href = "https://reddit.com/user/oklahomannoyed" target = "_blank" > oklahomannoyed< / a >
< a href = "https://reddit.com/user/Osskyw2" target = "_blank" > Osskyw2< / a >
< a href = "https://reddit.com/user/packmanwiscy" target = "_blank" > packmanwiscy< / a >
< a href = "https://reddit.com/user/piergaming" target = "_blank" > piergaming< / a >
< a href = "https://reddit.com/user/Pinky135" target = "_blank" > Pinky135< / a >
< a href = "https://reddit.com/user/Piper1618" target = "_blank" > Piper1618< / a >
< a href = "https://reddit.com/user/PlanarFreak" target = "_blank" > PlanarFreak< / a >
< a href = "https://reddit.com/user/Player_Seventeen" target = "_blank" > Player_Seventeen< / a >
< a href = "https://reddit.com/user/Plush_Rump" target = "_blank" > Plush_Rump< / a >
< a href = "https://reddit.com/user/PM_ME_CUTE_SM1LE" target = "_blank" > PM_ME_CUTE_SM1LE< / a >
< a href = "https://reddit.com/user/pomaranc" target = "_blank" > pomaranc< / a >
< a href = "https://reddit.com/user/Practiclycrp" target = "_blank" > Practiclycrp< / a >
< a href = "https://reddit.com/user/Pragmat1kerN" target = "_blank" > Pragmat1kerN< / a >
< a href = "https://reddit.com/user/PresMarkle" target = "_blank" > PresMarkle< / a >
< a href = "https://reddit.com/user/Qiqz" target = "_blank" > Qiqz< / a >
< a href = "https://reddit.com/user/Raipaz" target = "_blank" > Raipaz< / a >
< a href = "https://reddit.com/user/rchard2scout" target = "_blank" > rchard2scout< / a >
< a href = "https://reddit.com/user/RedXKid" target = "_blank" > RedXKid< / a >
< a href = "https://reddit.com/user/rehn_tier" target = "_blank" > rehn_tier< / a >
< a href = "https://reddit.com/user/relientkfan" target = "_blank" > relientkfan< / a >
< a href = "https://reddit.com/user/RESPRiT" target = "_blank" > RESPRiT< / a >
< a href = "https://reddit.com/user/rex480" target = "_blank" > rex480< / a >
< a href = "https://reddit.com/user/reydemia" target = "_blank" > reydemia< / a >
< a href = "https://reddit.com/user/Rotsuda" target = "_blank" > Rotsuda< / a >
< a href = "https://reddit.com/user/saikado" target = "_blank" > saikado< / a >
< a href = "https://reddit.com/user/sanghakchun" target = "_blank" > sanghakchun< / a >
< a href = "https://reddit.com/user/Saxon116" target = "_blank" > Saxon116< / a >
< a href = "https://reddit.com/user/scarlettnuman" target = "_blank" > scarlettnuman< / a >
< a href = "https://reddit.com/user/sciencegey" target = "_blank" > sciencegey< / a >
< a href = "https://reddit.com/user/Sean5463" target = "_blank" > Sean5463< / a >
< a href = "https://reddit.com/user/Senile57" target = "_blank" > Senile57< / a >
< a href = "https://reddit.com/user/SexyEuphonium" target = "_blank" > SexyEuphonium< / a >
< a href = "https://reddit.com/user/ShadowCammy" target = "_blank" > ShadowCammy< / a >
< a href = "https://reddit.com/user/Sheepolution" target = "_blank" > Sheepolution< / a >
< a href = "https://reddit.com/user/Sheyinkage" target = "_blank" > Sheyinkage< / a >
< a href = "https://reddit.com/user/SilverTris79" target = "_blank" > SilverTris79< / a >
< a href = "https://reddit.com/user/SkulblakaCH" target = "_blank" > SkulblakaCH< / a >
< a href = "https://reddit.com/user/slicer4ever" target = "_blank" > slicer4ever< / a >
< a href = "https://reddit.com/user/societyisahole" target = "_blank" > societyisahole< / a >
< a href = "https://reddit.com/user/soonerguy11" target = "_blank" > soonerguy11< / a >
< a href = "https://reddit.com/user/souvlaki-station" target = "_blank" > souvlaki-station< / a >
< a href = "https://reddit.com/user/spiralcycles" target = "_blank" > spiralcycles< / a >
< a href = "https://reddit.com/user/Sponskapatrick" target = "_blank" > Sponskapatrick< / a >
< a href = "https://reddit.com/user/SquidIsAGreatName" target = "_blank" > SquidIsAGreatName< / a >
< a href = "https://reddit.com/user/StealthSuitMkII" target = "_blank" > StealthSuitMkII< / a >
< a href = "https://reddit.com/user/StudentRadical" target = "_blank" > StudentRadical< / a >
< a href = "https://reddit.com/user/SugioSnoipar" target = "_blank" > SugioSnoipar< / a >
< a href = "https://reddit.com/user/SurrogateMonkey" target = "_blank" > SurrogateMonkey< / a >
< a href = "https://reddit.com/user/Susto" target = "_blank" > Susto< / a >
< a href = "https://reddit.com/user/Swift-Gale" target = "_blank" > Swift-Gale< / a >
< a href = "https://reddit.com/user/sylvester334" target = "_blank" > sylvester334< / a >
< a href = "https://reddit.com/user/TehRealMrGoogles" target = "_blank" > TehRealMrGoogles< / a >
< a href = "https://reddit.com/user/Tekar" target = "_blank" > Tekar< / a >
< a href = "https://reddit.com/user/terriblestperson" target = "_blank" > terriblestperson< / a >
< a href = "https://reddit.com/user/thanhvd1403" target = "_blank" > thanhvd1403< / a >
< a href = "https://reddit.com/user/that_guy_with_a_duck" target = "_blank" > that_guy_with_a_duck< / a >
< a href = "https://reddit.com/user/ThatBlueSkittle" target = "_blank" > ThatBlueSkittle< / a >
< a href = "https://reddit.com/user/ThatGingerGuyHere" target = "_blank" > ThatGingerGuyHere< / a >
< a href = "https://reddit.com/user/The_Ganey" target = "_blank" > The_Ganey< / a >
< a href = "https://reddit.com/user/The_InternetExplorer" target = "_blank" > The_InternetExplorer< / a >
< a href = "https://reddit.com/user/The_Kisho" target = "_blank" > The_Kisho< / a >
< a href = "https://reddit.com/user/TheAlmightyFEZ" target = "_blank" > TheAlmightyFEZ< / a >
< a href = "https://reddit.com/user/TheAmazingPencil" target = "_blank" > TheAmazingPencil< / a >
< a href = "https://reddit.com/user/TheBlunderbuss" target = "_blank" > TheBlunderbuss< / a >
< a href = "https://reddit.com/user/TheEnderNerd" target = "_blank" > TheEnderNerd< / a >
< a href = "https://reddit.com/user/TheLemon_UBC" target = "_blank" > TheLemon_UBC< / a >
< a href = "https://reddit.com/user/TheLorenzo" target = "_blank" > TheLorenzo< / a >
< a href = "https://reddit.com/user/TheMaximusjk" target = "_blank" > TheMaximusjk< / a >
< a href = "https://reddit.com/user/TheMentelgen" target = "_blank" > TheMentelgen< / a >
< a href = "https://reddit.com/user/TheMysticalBard" target = "_blank" > TheMysticalBard< / a >
< a href = "https://reddit.com/user/TheOmikron" target = "_blank" > TheOmikron< / a >
< a href = "https://reddit.com/user/theon502" target = "_blank" > theon502< / a >
< a href = "https://reddit.com/user/TheOnesReddit" target = "_blank" > TheOnesReddit< / a >
< a href = "https://reddit.com/user/theothersophie" target = "_blank" > theothersophie< / a >
< a href = "https://reddit.com/user/ThePizzaDeliveryBoy" target = "_blank" > ThePizzaDeliveryBoy< / a >
< a href = "https://reddit.com/user/theunstoppable_" target = "_blank" > theunstoppable_< / a >
< a href = "https://reddit.com/user/TheWobbuffetKnight" target = "_blank" > TheWobbuffetKnight< / a >
< a href = "https://reddit.com/user/ThijsRay" target = "_blank" > ThijsRay< / a >
< a href = "https://reddit.com/user/tiagoratto" target = "_blank" > tiagoratto< / a >
< a href = "https://reddit.com/user/transam617" target = "_blank" > transam617< / a >
< a href = "https://reddit.com/user/TroubleBake" target = "_blank" > TroubleBake< / a >
< a href = "https://reddit.com/user/Twinge" target = "_blank" > Twinge< / a >
< a href = "https://reddit.com/user/vettiecoolie" target = "_blank" > vettiecoolie< / a >
< a href = "https://reddit.com/user/ViKomprenas" target = "_blank" > ViKomprenas< / a >
< a href = "https://reddit.com/user/virushuo" target = "_blank" > virushuo< / a >
< a href = "https://reddit.com/user/voliol" target = "_blank" > voliol< / a >
< a href = "https://reddit.com/user/VoltStar" target = "_blank" > VoltStar< / a >
< a href = "https://reddit.com/user/vorin" target = "_blank" > vorin< / a >
< a href = "https://reddit.com/user/vortexis" target = "_blank" > vortexis< / a >
< a href = "https://reddit.com/user/vosinterioiam" target = "_blank" > vosinterioiam< / a >
< a href = "https://reddit.com/user/Waneupe" target = "_blank" > Waneupe< / a >
< a href = "https://reddit.com/user/waterfan71" target = "_blank" > waterfan71< / a >
< a href = "https://reddit.com/user/WeAreMili" target = "_blank" > WeAreMili< / a >
< a href = "https://reddit.com/user/WesBur13" target = "_blank" > WesBur13< / a >
< a href = "https://reddit.com/user/winglessangel31" target = "_blank" > winglessangel31< / a >
< a href = "https://reddit.com/user/Wolfefury" target = "_blank" > Wolfefury< / a >
< a href = "https://reddit.com/user/Wouaybz" target = "_blank" > Wouaybz< / a >
< a href = "https://reddit.com/user/Xkeeper" target = "_blank" > Xkeeper< / a >
< a href = "https://reddit.com/user/xSty864" target = "_blank" > xSty864< / a >
< a href = "https://reddit.com/user/YuzToChihiro" target = "_blank" > YuzToChihiro< / a >
< a href = "https://reddit.com/user/Zamiul" target = "_blank" > Zamiul< / a >
< a href = "https://reddit.com/user/zaptoshicoolpikachu" target = "_blank" > zaptoshicoolpikachu< / a >
< a href = "https://reddit.com/user/Ze_first" target = "_blank" > Ze_first< / a >
< a href = "https://reddit.com/user/Zephymastyx" target = "_blank" > Zephymastyx< / a >
< / div >
< / div >
< / div >
2017-04-04 01:24:46 +02:00
2017-04-05 03:12:01 +02:00
< script type = "text/javascript" src = "./_js/pointInPolygon.js?version=1.0" > < / script >
< script type = "text/javascript" src = "./_js/atlas-min.js?version=1.0.37" > < / script >
< script type = "text/javascript" src = "./_js/view.js?version=1.0" > < / script >
2017-04-05 03:53:07 +02:00
< script type = "text/javascript" src = "./_js/draw.js?version=1.0.2" > < / script >
2017-04-05 03:12:01 +02:00
< script type = "text/javascript" src = "./_js/main.js?version=1.0.1" > < / script >
2017-04-04 01:24:46 +02:00
< / body >
< / html >