Skip to content

Commit

Permalink
Todos
Browse files Browse the repository at this point in the history
  • Loading branch information
adryd325 committed Nov 22, 2023
1 parent 05f9a32 commit 77c7bf5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
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)
10 changes: 10 additions & 0 deletions TODO.md
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
6 changes: 5 additions & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ const config = window.__webpackTools_siteConfig;
delete window.__webpackTools_siteConfig;

// todo: validate configs
export default config
// function validateConfig(config) {
// const nameValid = config.name == undefined && typeof(config.name) == "string"
// }

export default config;

0 comments on commit 77c7bf5

Please sign in to comment.