Skip to content

Commit

Permalink
Leave a placeholder frida-script.js script to avoid broken URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Oct 23, 2023
1 parent 91d693f commit 88d3796
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions frida-script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Placeholder script - this will be deleted soon, it exists purely because the
// original script URL was popular and still gets many direct visits.

throw new Error(`
This frida-script.js script has now been replaced with a significantly
upgraded set of scripts.
To upgrade to this new version, please visit the GitHub repo at:
https://github.com/httptoolkit/frida-interception-and-unpinning/
If you'd still like to use the original script, the final version is
available via GitHub here:
https://github.com/httptoolkit/frida-interception-and-unpinning/tree/4d477da
This will not be maintained in future, and is already missing many unpinning
targets and other features from the latest version. Please don't file issues
about any bugs or problems with this script.
`);

0 comments on commit 88d3796

Please sign in to comment.