Skip to content

Commit

Permalink
kill ads
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwoo committed Jun 7, 2011
1 parent e7fdbba commit 54414ae
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 43 deletions.
12 changes: 1 addition & 11 deletions client/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,10 @@ <h1>
<h3 style="margin: 8px 0">Social tomfoolery</h3>
<g:plusone size="medium" href="http://multiplayerset.com"></g:plusone>
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://multiplayerset.com" data-count="horizontal" data-via="tffny"></a>
<a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent(\'http://multiplayerset.com\'); return false" style="margin-top: -5px"> <img src="http://www.reddit.com/static/spreddit7.gif" alt="submit to reddit" border="0" /> </a>
<a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent('http://multiplayerset.com'); return false" style="margin-top: -5px"> <img src="http://www.reddit.com/static/spreddit7.gif" alt="submit to reddit" border="0" /> </a>
<iframe src="http://www.facebook.com/plugins/like.php?app_id=216343035065752&amp;href=http%3A%2F%2Fmultiplayerset.com&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=verdana&amp;height=21" scrolling="no" frameborder="0" style="border:none; margin-left: 5px; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
</div>
</li>
<li class="message cornered" id="display_ad">
<script>
google_ad_client = "ca-pub-6528147086648678";
window.google_analytics_uacct = "UA-267782-3";
google_ad_slot = "6839502118";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</li>
</ul>
</div></div>
<script src="/load.js"></script>
Expand Down
10 changes: 0 additions & 10 deletions client/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,6 @@ <h1>Connecting</h1>
</div>
<div id="footer">
<form>
<div id="display_ad">
<script>
google_ad_client = "ca-pub-6528147086648678";
window.google_analytics_uacct = "UA-267782-3";
google_ad_slot = "6619357501";
google_ad_width = 468;
google_ad_height = 60;
</script>
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<h3></h3><label for="input">Type here to chat</label>
<textarea wrap="hard" autocomplete="off" spellcheck="false" id="input"></textarea>
</form>
Expand Down
12 changes: 1 addition & 11 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,10 @@ <h3>Hints</h3>
<h3 style="margin: 8px 0">Social tomfoolery</h3>
<g:plusone size="medium" href="http://multiplayerset.com"></g:plusone>
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://multiplayerset.com" data-count="horizontal" data-via="tffny"></a>
<a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent(\'http://multiplayerset.com\'); return false" style="margin-top: -5px"> <img src="http://www.reddit.com/static/spreddit7.gif" alt="submit to reddit" border="0" /> </a>
<a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent('http://multiplayerset.com'); return false" style="margin-top: -5px"> <img src="http://www.reddit.com/static/spreddit7.gif" alt="submit to reddit" border="0" /> </a>
<iframe src="http://www.facebook.com/plugins/like.php?app_id=216343035065752&amp;href=http%3A%2F%2Fmultiplayerset.com&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=verdana&amp;height=21" scrolling="no" frameborder="0" style="border:none; margin-left: 5px; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
</div>
</li>
<li class="message cornered" id="display_ad">
<script>
google_ad_client = "ca-pub-6528147086648678";
window.google_analytics_uacct = "UA-267782-3";
google_ad_slot = "6839502118";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</li>
</ul>
</div></div>
<script src="/load.js"></script>
Expand Down
11 changes: 0 additions & 11 deletions client/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,6 @@ textarea {
top: 12px;
text-align: right;
}
#footer form #display_ad {
width: 468px;
height: 60px;
position: absolute;
left: 140px;
}
#announcement {
text-align: center;
margin: 0 auto;
Expand Down Expand Up @@ -357,11 +351,6 @@ li li { list-style: circle; }
margin: 0 auto;
}
.button:hover { background: #eee; }
li#display_ad {
width: 240px;
height: 250px;
background: #cecece;
}
.sidebar {
position:relative;
margin: 0px -415px 10px 0;
Expand Down

0 comments on commit 54414ae

Please sign in to comment.