-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Hi, this is WIP, stuff is in progress | ||
Hi, this is WIP, stuff is in progress. | ||
|
||
## Credits | ||
A lot of this is based on research by [Mary](https://github.com/mstrodl) and [Cynthia](https://github.com/cynosphere) (HH3), and [Twilight Sparkle](https://github.com/twilight-sparkle-irl/) (webcrack, crispr) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# TODO | ||
|
||
- [ ] injecting wpTools module on all webpack sites (like magicrequire everywhere). with webpack 3 support | ||
- [ ] webpack 3 support for everything? | ||
- [ ] glob matching for site names (for examle: \*.twitter.com) in userscript part | ||
- [ ] config validation with descriptive errors | ||
- [ ] rework configs | ||
- [ ] check if Function.prototype.toString() is faster than checking for \_\_wpt_funcStr | ||
- [ ] wpTools/findByExports: recurse into objects when searching? getters could pose a problem however | ||
- [ ] add obfuscated code helpers and swc helpers in wpTools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters