Skip to content

Commit

Permalink
Minimize amount of page modes created by improving a match pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jun 24, 2011
1 parent 6ee3bfd commit d67b0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Expand Up @@ -9,7 +9,7 @@ const attachmentDetailsURL = "https://bugzilla.mozilla.org/attachment.cgi?action
//const attachmentDetailsURL = "https://landfill.bugzilla.org/bzapi_sandbox/attachment.cgi?action=edit&id=";

pageMod.PageMod({
include: "https://github.com/*",
include: /https:\/\/github.com\/.*\/pull\/.*/,
contentScriptWhen: "end",
contentScriptFile: data.url("tweaks.js"),
onAttach: function onAttach(worker, mod) {
Expand Down

0 comments on commit d67b0a0

Please sign in to comment.