Skip to content

Commit

Permalink
#6 removed execss class
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Salmon committed Mar 11, 2018
1 parent fb7c435 commit f1cd5ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/js/content-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function renderUI() {
break;
}

var pages = document.body.querySelectorAll("table._FKw.irc_but_r tbody tr");
var pages = document.body.querySelectorAll("table.irc_but_r tbody tr");
template.innerHTML = `<td class="customOpenImage">
<div class="customTopElement">
` + primary + `
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "__MSG_extensionDescription__",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.9.1",
"version": "1.9.2",
"permissions": [
"webRequest",
"<all_urls>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "view-image-resurrected",
"version": "1.9.1",
"version": "1.9.2",
"description": "![Icon](icons/icon-96.png)\r # View Image Resurrected",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f1cd5ef

Please sign in to comment.