You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Added
- Force re-download for skipped-archive jobs, which plain retry would re-skip.
### Changed
- Renamed the extension to monsender.
### Fixed
- Scans and right-click now send the largest available image, not the rendered thumbnail.
- Scan cards show each image's real loaded size.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# monloader-browser
1
+
# monsender
2
2
3
3
A small firefox or chrome extension for [monloader](https://github.com/leqwin/monloader).
4
4
It sends the page you are looking at, a right-clicked image or video, or images you pick from a page scan to your monloader download queue, which pushes them into monbooru.
@@ -36,7 +36,7 @@ npm run build # writes dist/chrome and dist/firefox
36
36
37
37
## Attribution and license
38
38
39
-
monloader-browser is licensed under **AGPL-3.0-or-later** (see `LICENSE`).
39
+
monsender is licensed under **AGPL-3.0-or-later** (see `LICENSE`).
40
40
41
41
The in-page image detection uses code from [ushiro](https://github.com/gary-host-laptop/ushiro) by
42
42
**gary-host-laptop**, and [behind!](https://github.com/kubuzetto/behind) by **kubuzetto**, originally
0 commit comments