Browse Source

Add sideloading instructions

pull/46/head
coomdev 2 years ago
parent
commit
3f9ff6b98b
  1. 54
      README.md

54
README.md

@ -32,11 +32,61 @@ For FF users, the extension is signed so you can just drag and drop it on your a
Chrom* users can now install directly from the chrome webstore.
Known bugs:
- Catbox upload is broken on the published chrome version, so switch to another host in your options (zz.ht)
- A couple anons reported embeds not loading at all, with no clear fix, I'll update this as workarounds until the cause is found and fixed.
- One reported that he had somehow disabled some permissions and turning them back on fixed the issue.
If none of the above works for you, switch back to the userscript version.
### Side loading
Because publishing on the Chrome WebStore is slow, you should consider side loading the extension.
- [Download](https://git.coom.tech/fuckjannies/lolipiss/archive/%E4%B8%AD%E5%87%BA%E3%81%97.zip) this repo and extract it somewhere
- Type `chrome://extensions` in your address bar
- Enable **Developer Mode**
- Click on **Load Unpacked**
- Select the `chrome` folder from the zip you extracted earlier.
- Optional: Do the same for the `pee-companion` folder instead of `chrome` if you plan to use b4k and/or desuarchive.
If none of the above works for you, switch back to the userscript version and open an issue here.
### Third Eye setup
For compliance with CWS rules, PEE doesn't come with preconfigured domains for Third Eye. Here are the old settings in case you want to reproduce them. This shouldn't concern old time users as you already have those in your settings, unless explicitely removed.
```
name: "Gelbooru",
domain: "gelbooru.com",
endpoint: "/index.php?page=dapi&s=post&q=index&json=1&tags=md5:",
view: "https://gelbooru.com/index.php?page=post&s=view&id="
name: "Yandere",
domain: "yande.re",
endpoint: "/post.json?tags=md5:",
view: `https://yande.re/post/show/`
name: "Sankaku",
domain: "capi-v2.sankakucomplex.com",
endpoint: "/posts/keyset?tags=md5:",
view: `https://chan.sankakucomplex.com/post/show/`
name: "Rule34",
domain: "api.rule34.xxx",
endpoint: "/index.php?page=dapi&s=post&q=index&json=1&tags=md5:",
view: "https://rule34.xxx/index.php?page=post&s=view&id="
name: "Danbooru",
domain: "danbooru.donmai.us",
endpoint: "/posts.json?tags=md5:",
view: "https://danbooru.donmai.us/posts/"
name: "Lolibooru",
domain: "lolibooru.moe",
endpoint: "/post.json?tags=md5:",
view: "https://lolibooru.moe/post/show/"
name: "ATFbooru",
domain: "booru.allthefallen.moe",
endpoint: "/posts.json?tags=md5:",
view: "https://booru.allthefallen.moe/posts/"
```
How to Build
============

Loading…
Cancel
Save