diff --git a/content.js b/content.js
index 1632549..3b60e4f 100644
--- a/content.js
+++ b/content.js
@@ -208,7 +208,8 @@ function updateCommentFeed (lastVisit) {
var counter = 0,
counterAns = 0,
counterMentions = 0;
- $(rawHTML).find("#side1wrap ul:nth-child(4) li").each(function(index, value) {
+ $("#side1wrap ul").eq(3).find("li").each(function(index, value) {
+ // $(rawHTML).find("#side1wrap ul:nth-child(4) li").each(function(index, value) {
var pattern = /([^\[][^\]]*)/,
matches = pattern.exec($(value).text()),
dateSplit = matches[0].split("."),
@@ -585,7 +586,7 @@ $(document).ready(function() {
if ($("a[href$='Logoff=true']").length)
{
// odkaz pro prime vyhledani dalsich verzi, pouze prihlase premium, zadny fulltext
- $("a[href^='index.php?Fulltext']").after("Další přesné verze");
+ $("a[href^='/?Fulltext']").after("Další přesné verze");
}
// odkaz na vyhledani titulku celeho serialu
diff --git a/manifest.json b/manifest.json
index 1592161..079023a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"name": "Titulky plus",
"short_name": "Titulky+",
"author": "Jan Richter",
- "version": "0.9",
+ "version": "0.91",
"description": "Vylepšení webu titulky.com pro pohodlnější práci (nejen pro překladatele).",
"manifest_version": 2,
"icons": {