Skip to content

Instantly share code, notes, and snippets.

@scottfister
Last active April 25, 2017 04:00
Show Gist options
  • Save scottfister/7af884798b2dd756a6115f84fc3b7207 to your computer and use it in GitHub Desktop.
Save scottfister/7af884798b2dd756a6115f84fc3b7207 to your computer and use it in GitHub Desktop.
var GetURL = function() {};
GetURL.prototype = {
run: function(arguments) {
arguments.completionFunction({"URL": document.URL});
}
};
var ExtensionPreprocessingJS = new GetURL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment