2022-12-17 22:55:05 +01:00
|
|
|
pinmenote-extension
|
|
|
|
---
|
|
|
|
|
|
|
|
### Description
|
2023-04-12 21:35:12 +02:00
|
|
|
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
|
2023-02-01 14:25:47 +01:00
|
|
|
npm run dev
|
2022-12-17 23:19:16 +01:00
|
|
|
```
|
2023-04-12 05:13:49 +02:00
|
|
|
|
2023-04-23 07:10:32 +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
|
2023-04-23 07:10:32 +02:00
|
|
|
|
|
|
|
#### 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)
|