Update screenshot.
This commit is contained in:
parent
3090deac20
commit
a3cc712e79
Binary file not shown.
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 280 KiB |
@ -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++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user