Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binghuan/browserextension_testjavascriptinjection
BrowserExtension to Test JavaScript Injection
https://github.com/binghuan/browserextension_testjavascriptinjection
chrome-extension javascript safari safari-extension
Last synced: 13 days ago
JSON representation
BrowserExtension to Test JavaScript Injection
- Host: GitHub
- URL: https://github.com/binghuan/browserextension_testjavascriptinjection
- Owner: binghuan
- Created: 2014-11-27T09:33:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T09:47:38.000Z (about 10 years ago)
- Last Synced: 2023-08-02T04:08:48.763Z (over 1 year ago)
- Topics: chrome-extension, javascript, safari, safari-extension
- Language: JavaScript
- Size: 2.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Browser Extension to inject Javascript
Here is a example to show you how to injection JavaScript into web page via browser extension.How to install IE Extension
Open command prompt as administrator and enter the command:
Regsvr32.exe IeExtension.dllSolution to open link on Popover page
-
Chrome : window.open(“URL”, “_blank”) , hyperlink with target _blank
-
Firefox: window.open(“URL”, “_blank”) , hyperlink with target _blank
-
Safari: hyperlink with target _self
-
IE: window.open(“URL”, “_blank”) , hyperlink with target _blank
How to customize your origin of content script
Open browser extension's option page to set up.
My Blog: http://studiobinghuan.blogspot.tw/?view=flipcard
or http://bhtalk.blogspot.tw/