forked from tardypad/sailfishos-daily-comics
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add FarSide * Add FarSide * Better JPEG exports To suppress compression artifacts, 95% JPEG-quality had to be chosen for cover_big.jpg and 100% for cover.jpg * Delete spiegel/cover.jpg * Delete spiegel/cover_big.jpg * Delete spiegel/example.jpg * Delete spiegel/extract.js * Delete spiegel/info.json * Resolve merge conflict by re-adding "SPIEGEL"
- Loading branch information
Showing
5 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
function(page) { | ||
var regex = /<img[^>]*id="[^"]*"[^>]*src="([^"]*)"/; | ||
var match = regex.exec(page); | ||
return match[1]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "The Far Side", | ||
"color": "3f8eb9", | ||
"language": "en", | ||
"authors": [ | ||
"Gary Larson" | ||
], | ||
"homepage": "https://www.thefarside.com/", | ||
"stripSource": "https://www.thefarside.com/" | ||
} |