Skip to content

Instantly share code, notes, and snippets.

@nlacasse
Created September 1, 2010 22:03
Show Gist options
  • Save nlacasse/561454 to your computer and use it in GitHub Desktop.
Save nlacasse/561454 to your computer and use it in GitHub Desktop.
background.html
===============
// Bounce all requests back to the tab they came from
chrome.extension.onRequest.addListener(function (request, sender, sendResponse) {
chrome.tabs.sendRequest(sender.tab.id, request, sendResponse);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment