https://github.com/maiquinho/get-iframe-src
This JavaScript library helps you to extract the source content of an iframe.
https://github.com/maiquinho/get-iframe-src
clipboard-copy iframe javascript javascript-library
Last synced: about 1 year ago
JSON representation
This JavaScript library helps you to extract the source content of an iframe.
- Host: GitHub
- URL: https://github.com/maiquinho/get-iframe-src
- Owner: Maiquinho
- Created: 2023-04-26T17:18:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T19:25:04.000Z (about 3 years ago)
- Last Synced: 2025-03-27T07:35:55.260Z (about 1 year ago)
- Topics: clipboard-copy, iframe, javascript, javascript-library
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get Iframe Source Content
This JavaScript library helps you to extract the source content of an iframe.
## Usage
### 1 - Default Mode
You can use this library on default mode just downloading this code and executing the ```index.html``` file, after that you can insert your iframe code on the input.
### 2 - Custom Mode
1. You can download or clone this repository and copy just the script file: ```js/index.js```.
2. After that, add the script on your code calling it after the main ```html``` code and before the closing ```