Skip to content

Commit

Permalink
Merge pull request #26 from silverwind/iframe
Browse files Browse the repository at this point in the history
Add match_about_blank to fix #3
  • Loading branch information
JasonBarnabe committed Jan 29, 2015
2 parents db18784 + 30b7a03 commit 4c53a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
"match_about_blank": true,
"run_at": "document_start",
"all_frames": true,
"js": ["apply.js"]
Expand Down

0 comments on commit 4c53a19

Please sign in to comment.