Skip to content

Commit

Permalink
  • Loading branch information
Alex authored and Alex committed Sep 23, 2020
1 parent b4e2caf commit 08aff8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Wikidata",
"version": "0.80",
"version": "0.81",
"description": "Display information from wikidata.",
"icons": {
"48": "icons/wd.svg",
Expand Down
1 change: 1 addition & 0 deletions resolver__wikis.js
Expand Up @@ -4,6 +4,7 @@ resolvers.wikies = {
P8344: /^https\:\/\/wikitrek\.org\/index\.php\/([^?#]+)/,
P6812: /^https\:\/\/(?:www\.)?antwiki\.org\/wiki\/([^?#]+)/,
P7824: /^https\:\/\/www\.cpcwiki\.eu\/index\.php\/([^?#]+)/,
P2390: /^https:\/\/ballotpedia\.org\/([^?#]+)/,
},
applicable: async function(location) {
for (prop in this.patterns) {
Expand Down

0 comments on commit 08aff8f

Please sign in to comment.