-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create pahe.js for pahe.in|ph|me #972
Conversation
You should be running |
Co-authored-by: 0xc60f <0xc60f@duck.com>
It worked, and the extension was running correctly in both Chrome & Firefox. However I don't have any test link to see if the bypass works or not 😅 |
Download the artifacts for this pull request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my testing, it didn't appear to redirect me to the final destination; can you change it so that it does?
I'll see what I can do in my free time, and understand what is the use of |
bypassClipboard is meant to hold values for later use, but you need to use a function for FF to navigate to the final destination. I think you have the values already needed for the final destination, but it's just a matter of using a function like safelyNavigate. |
bypassClipboard (which was used to inject custom bypass) has been deprecated. ffclipboard is used to save data temporarily |
Closing this pr because I've created a bypass for intercelestial, which is the meat of the site. |
Thanks for creating one. I'm on vacation and didn't have time to complete it |
Fixes (Links to issues fixed by this PR):
None
Description:
Translating from
FastForward/src/js/injection_script.js
Line 763 in 472428a
Test links:
None
Checklist:
The
npm run build
doesn't work on MacOS, which I don't have Linux or Win machine to test on 🥲And am I making mv3 bypasses correctly?