From 1317f7ba00a5e116085456368cf73b5798cee644 Mon Sep 17 00:00:00 2001 From: richja Date: Sat, 2 Jan 2016 17:14:15 +0100 Subject: [PATCH] fix extended links in sub detail --- content.js | 5 +++-- manifest.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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": {