Skip to content

eiurur/Save-to-Kawpaa

Repository files navigation

Save to Kawpaa

This is a Chrome Extension that allows you to register contents to Kawpaa that aggregates images/videos/text/links used for masturbation.

columns

Status

Node.js CI

Usage

How to setup

  1. Go to Release page.
  2. Download a zip file of latest version. (ex) Save.to.Kawpaa.v0.14.0.zip
  3. Drop a zip file to chrome://extensions

  1. Open option page.

  1. Copy token on Kawpaa's account page. (e.g. https://kawpaa.example.com/account)

    If you are changing your Kawpaa domain, enter your domain in the form next to Endpoint. (e.g. https://kawpaa.example.com/)
    On the other hand, if you have not changed it and want to use https://127.0.0.1:9021, you can leave it blank.


How to save

Image

if you want to save the image, open context menu on the image and click "Save to Kawpaa with Image".

Link

if you want to save like Pocket the URL for the page you're seeing, click this icon.

Movie

To be written

Text

To be written

How to browse

Go to the Kawpaa page you have set up


Support Service

  • Danbooru
  • DeviantART
  • Gelbooru
  • Iwara.tv
  • Konachan
  • Nijie (ニジエ)
  • pixiv
  • Twitter
  • TweetDeck
  • SankakuComplex
  • yande.re
  • 2chan.net (ふたばちゃんねる)
  • anime-picutres.net
  • nozomi.la
  • DLSite
  • DMM.com
  • pinterest
  • pornhub
  • youtube

Shortcut

you can save the link with shortcut

  • Windows -- Ctrl + Shift + U

  • Mac -- Command + Shift + U


Development

$ git clone https://github.com/eiurur/Save-to-Kawpaa
$ cd Save-to-Kawpaa
$ npm i
$ npm run build
$ npm run start

Memo

If you save link on the following page, it will extract the example value and send it to the server.

はる雪さんは Twitter を使っています : " 中学生大家さん https://t.co/VP0YdGl1YE"

プロパティ名 説明 デフォルトのクエリ
title ページタイトル はる雪さんは Twitter を使っています : " 中学生大家さん https://t.co/VP0YdGl1YE" $('head title').text()
siteName サイトの名前 $('meta[property="og:site_name"]').text()
siteUrl サイトの URL https://twitter.com/haruyuki_nijyou/status/687040101721874432 $(location).attr('href')
url イラストまたはリンクの URL https://twitter.com/haruyuki_nijyou/status/687040101721874432
type コンテンツの種類 (image/link) link
hostName ホスト名 twitter.com location.host
description サイトの説明 “ 中学生大家さん ” $('meta[name="description"]').attr('content')
siteImage type が image であれば、対象の画像 URL、type が link であればページで最初に見つかった画像の URL https://pbs.twimg.com/media/CYjbVOCVAAAEegD.png:large $('meta[property="og:image"]').attr('content')
favicon ファビコン https://abs.twimg.com/favicons/favicon.ico $('link[rel="shortcut icon"]').prop('href')
isPrivate 非公開か否かの Boolean 値。固定値。 true
isArchive Archive に属するコンテンツか否かの Boolean 値。固定値。 false