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
- Help link in the options page, pointing at the monsender documentation.
### Fixed
- Right-click sends the post, not the raw image file, when monloader's site list is unreachable.
- Pairing prompt now points at monloader's monsender settings, where you approve the request.
Copy file name to clipboardExpand all lines: README.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# monsender
2
2
3
-
A small firefox or chrome extension for [monloader](https://github.com/leqwin/monloader).
3
+
A small firefox or chrome extension for [monloader](https://github.com/monbooru/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.
5
5
6
6
## Features
@@ -17,27 +17,32 @@ monsender is a companion browser extension for monloader. It hands the page you'
17
17
```mermaid
18
18
flowchart LR
19
19
web["- Any booru or gallery supported by gallery-dl<br/>- Direct image URL"]
-**monsender** : this application; sends the URL of the page you're currently browsing to monloader.
39
-
-**[monloader](https://github.com/leqwin/monloader)** : downloader; fetches files and per-post metadata (via gallery-dl) and pushes them into a monbooru gallery over the REST API.
40
-
-**[monbooru](https://github.com/leqwin/monbooru)** : self-hosted booru; organizes, tags, and serves your collection.
44
+
-**[monloader](https://github.com/monbooru/monloader)** : downloader; fetches files and per-post metadata (via gallery-dl) and pushes them into a monbooru gallery over the REST API; also answers monbooru's reverse lookups (boorus, IQDB/SauceNAO, Hydrus PTR) and source refetches.
45
+
-**[monbooru](https://github.com/monbooru/monbooru)** : self-hosted booru; organizes, tags, and serves your collection.
41
46
42
47
## Permissions
43
48
@@ -50,7 +55,9 @@ runtime when you save settings.
50
55
51
56
<ahref="https://addons.mozilla.org/en-US/firefox/addon/monsender/"><imgalt="Get the Add-on"height="48"src="https://blog.mozilla.org/addons/files/2020/04/get-the-addon-fx-apr-2020.svg"></a>
52
57
53
-
Open the extension's options and set your monloader URL and token.
58
+
Open the extension's options, set your monloader URL, and click **connect to monloader**; approve the pairing request in monloader under **Settings -> monsender** (needs monloader v1.2.0 or newer).
59
+
60
+
See the [monsender documentation](https://monbooru.github.io/mondocs/addons/monsender/index.html) for help.
0 commit comments