https://github.com/flywirecorp/breakout
https://github.com/flywirecorp/breakout
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flywirecorp/breakout
- Owner: flywirecorp
- Created: 2019-10-16T12:29:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T17:20:22.000Z (over 3 years ago)
- Last Synced: 2025-01-31T19:38:36.829Z (over 1 year ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Breaks out of an iframe and redirects to the encoded URL in the query string
e.g. https://peertransfer.github.io/breakout?r=https%3A%2F%2Fwww.google.com
You can encode the r parameter by opening your browsers developer tools and using encodeURIComponent() in the console
e.g. encodeURIComponent("https://www.google.com")