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 {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
width: 640px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
@media (min-width: 1120px) {
|
@media (min-width: 1120px) {
|
||||||
img {
|
img {
|
||||||
@ -25,7 +27,7 @@ img {
|
|||||||
<link rel="icon" href="src/General/img/icon.gif">
|
<link rel="icon" href="src/General/img/icon.gif">
|
||||||
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/ohnjgmpcibpbafdlkimncjhflgedgpam">
|
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/ohnjgmpcibpbafdlkimncjhflgedgpam">
|
||||||
</head><body>
|
</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>
|
<script>
|
||||||
var links = document.querySelectorAll('a[href="https://chrome.google.com/webstore/detail/4chan-x/ohnjgmpcibpbafdlkimncjhflgedgpam"]');
|
var links = document.querySelectorAll('a[href="https://chrome.google.com/webstore/detail/4chan-x/ohnjgmpcibpbafdlkimncjhflgedgpam"]');
|
||||||
for (var i = 0; i < links.length; i++) {
|
for (var i = 0; i < links.length; i++) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user