Skip to content

Commit

Permalink
Changed all file from png to jpg to reduce the weight of all the images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushi Hiraga committed Jul 24, 2022
1 parent a1dd1ec commit 41e56c2
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 2 deletions.
Binary file added resources/pages/failed/eng.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pages/failed/epo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pages/failed/spa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pages/last/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pages/last/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pages/last/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pages/last/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pages/last/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pages/last/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pages/last/7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pages/last/8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pages/last/9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions scripts/main_ihentai.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ function getLocalImage(image_name) {

if (image_name == "last_page") {
const image_number = randomIntBetween(1, total_images);
return chrome.runtime.getURL(`/resources/pages/last/${image_number}.png`)
return chrome.runtime.getURL(`/resources/pages/last/${image_number}.jpg`)
} else {
return chrome.runtime.getURL(`/resources/pages/failed/${chrome.i18n.getMessage("language_code")}.png`);
return chrome.runtime.getURL(`/resources/pages/failed/${chrome.i18n.getMessage("language_code")}.jpg`);
}
}

Expand Down

0 comments on commit 41e56c2

Please sign in to comment.