Skip to content

Commit 0caf986

Browse files
committed
CLean up background inject and GM core.
Still some rough spots progress on to do list
1 parent c2464a5 commit 0caf986

File tree

4 files changed

+335
-290
lines changed

4 files changed

+335
-290
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ node build.js
5858
* [ ] Add new security settings
5959
* [ ] Allow scripts to load external resources
6060
* [ ] Ask for confirmation when a script runs on a website for the first time
61-
* [ ] Add better trusted type managment
62-
63-
### Core Improvements
64-
* [ ] Deduplicate logic between `background.js`, `inject.js`, and `GM_core.js`
65-
* [ ] Unify or reuse declarations between `GM_core` and `inject`
6661

6762
### Editor
6863

@@ -77,15 +72,10 @@ node build.js
7772
### UI
7873
* [ ] Add iframe preview with live refresh
7974
* [ ] Fix editor optimizations
75+
* [ ] Can you make it so if you have mutiple scripts running at once on the same page the notifications will expand verticlly and not all overlap
8076

8177
### Communication & Helpers
82-
83-
* [ ] Simplify or centralize communication between content scripts and background scripts
84-
* [ ] Optional Trusted Types helpers
8578
* [ ] Fix script loading other scripts against CORS
86-
87-
88-
* [ ]. Can you make it so if you have mutiple scripts running at once on the same page the notifications will expand verticlly and not all overlap
8979
---
9080

9181
## Acknowledgments

0 commit comments

Comments
 (0)