Update screenshot.

This commit is contained in:
ccd0 2015-03-07 12:15:13 -08:00
parent 3090deac20
commit a3cc712e79
2 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 280 KiB

View File

@ -13,7 +13,9 @@ h1 {
img {
display: block;
margin: auto;
width: 640px;
max-width: 100%;
height: auto;
}
@media (min-width: 1120px) {
img {
@ -25,7 +27,7 @@ img {
<link rel="icon" href="src/General/img/icon.gif">
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/ohnjgmpcibpbafdlkimncjhflgedgpam">
</head><body>
<%= content.replace('</h1>', '</h1><img src="img/screenshot.png">') %>
<%= content.replace('</h1>', '</h1><a href="img/screenshot.png"><img src="img/screenshot.png"></a>') %>
<script>
var links = document.querySelectorAll('a[href="https://chrome.google.com/webstore/detail/4chan-x/ohnjgmpcibpbafdlkimncjhflgedgpam"]');
for (var i = 0; i < links.length; i++) {