Skip to content

Instantly share code, notes, and snippets.

@jbalogh
Created November 16, 2009 21:56
Show Gist options
  • Select an option

  • Save jbalogh/236362 to your computer and use it in GitHub Desktop.

Select an option

Save jbalogh/236362 to your computer and use it in GitHub Desktop.
jetpack.future.import("pageMods");
jetpack.pageMods.add(function(doc){
var $doc = $(doc);
$doc.find('#flags, .flags_label').remove();
$doc.find('th[id^="field_label_cf"]').each(function(i, e) {
$(e, doc).parent().remove();
});
},
['https://bugzilla.mozilla.org/*']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment