Skip to content

Commit

Permalink
added timeout for script to run. zoom is slow...
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstar12 committed Jan 27, 2017
1 parent 091361a commit 2e93860
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
chrome.runtime.sendMessage({}, function() {});
setTimeout(function() {
chrome.runtime.sendMessage({}, function() {});
}, 3000);

0 comments on commit 2e93860

Please sign in to comment.