browser extension https://pinmenote.com
Go to file
2023-04-26 02:05:22 +02:00
bin feat: save pin and snapshot with marked canvas 2023-03-28 01:11:55 +02:00
src feat: move video to snapshot 2023-04-26 02:05:22 +02:00
.env fix: cleanup url, shadow with children slots 2023-04-20 23:11:47 +02:00
.env.development fix: missing file 2023-04-20 23:12:12 +02:00
.eslintignore fix: mathml-to-latex as external dependency 2023-03-25 18:12:19 +01:00
.eslintrc tech: cleanup fetch api - align with website 2023-03-17 03:58:28 +01:00
.gitignore feat: is initial commit 2022-12-17 22:55:05 +01:00
.gitmodules feat: compute tags and index them in storage 2023-04-20 06:14:46 +02:00
.parcelrc feat: is initial commit 2022-12-17 22:55:05 +01:00
.prettierrc.json feat: is initial commit 2022-12-17 22:55:05 +01:00
LICENSE feat: is initial commit 2022-12-17 22:55:05 +01:00
package-lock.json feat: compute tags and index them in storage 2023-04-20 06:14:46 +02:00
package.json feat: compute tags and index them in storage 2023-04-20 06:14:46 +02:00
README.md feat: save full image when cropping rectangle 2023-04-23 07:10:32 +02:00
tsconfig.json tech: remove external types submodule 2023-02-17 14:06:42 +01:00

pinmenote-extension

Description

Browser extension nobody wants and nobody needs

  • offline first with p2p in mind

Run

npm run dev

Website

https://pinmenote.com - subscribe to premium to move project further

Known issues

Shadow root

Open shadow root is not always displayed or parsed correctly - but at least it matches mht quality.

Youtube

Youtube use polymer dom with <!--css-build:shady-->. It is some polymer polyfil for shadow root that messes with css.

Twitter

Use style transform: translateY(4620.5px); position: absolute; for single tweets (todo remove those style attributes from tweet when saving element)