pinmenote-extension/README.md

28 lines
710 B
Markdown
Raw Normal View History

2022-12-17 22:55:05 +01:00
pinmenote-extension
---
### Description
Browser extension nobody wants and nobody needs
2022-12-17 23:19:16 +01:00
2023-03-23 23:39:35 +01:00
- offline first with p2p in mind
2023-03-23 23:39:10 +01:00
2022-12-17 23:19:16 +01:00
### Run
```bash
npm run dev
2022-12-17 23:19:16 +01:00
```
2023-04-12 05:13:49 +02:00
### Website
[https://pinmenote.com](https://pinmenote.com) - subscribe to premium to move project further
2023-04-12 05:13:49 +02:00
### 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)