Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim L. Christiansen authored and Joakim L. Christiansen committed Aug 22, 2023
1 parent 2942380 commit af197d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Well, originally I had my archiver running in [Node.js](https://nodejs.org/) tog

Hence I had to mitigate their detection and the only way I could reliably do this was to actually run the archiver in the browser (pretending to be Midjourney website itself).

At fist I did this by using the Chrome DevTools Protocol to (locally) inject my own script into their website (which is impossible for them to reliably block). But since it also works to inject the script into their website via the DevTools Console (and this is the simpler way); this is what I have decided to do for now!
At first I did this by using the Chrome DevTools Protocol to (locally) inject my own script into their website (which is impossible for them to reliably block). But since it also works to inject the script into their website via the DevTools Console (and this is the simpler way); this is what I have decided to do for now!

If they block it I'll find a way around their block. But I'm not trying to misuse their service or anything, all I want is just to enable a way for people to easily backup their own archives (which cost them money to create and which they legally own).

Expand Down

0 comments on commit af197d8

Please sign in to comment.