Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Jul 23, 2015
1 parent 0e9e21f commit 80792cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

all:
@rm extension.zip
zip -r extension.zip extension
2 changes: 1 addition & 1 deletion extension/citation-needed.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function() {
var m, i, j, c, html,
ps = document.querySelectorAll('p,h1,h2,h3,h4,h5,li'),
reg = /(officials?[^\.,]*? (sa(?:y|id))|according to[^\.]*? officials?|(said) (?:an?|the)[^\.]*? officials?|condition of anonymity)/g,
reg = /(officials?[^\.,]*? sa(?:y|id)|according to[^\.]*? officials?|(said) (?:an?|the)[^\.,]*? officials?|condition of anonymity)/g,
css = 'p > span.citation-needed {' +
"background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHFJREFUeNpUjWENgCAUhA/mfyNIJAOwqQ1soEZx0kMjGEEbSILngc9N2T72+O4AyIKLjCKCH8kxswBKMiCYHu8Kps6OmUlNPUTitLKTikwmPccbh4pZCw054cUVKlqyaoCPg82jl417p9/EPD8OtwADAOKnLmQFLo8dAAAAAElFTkSuQmCC') bottom repeat-x;" +
'background-size: 4px 3px; ' +
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"http://*/*",
"https://*/*"
],
"version": "0.2",
"version": "0.2.1",
"manifest_version": 2
}

0 comments on commit 80792cf

Please sign in to comment.