From 16b86255ec2a9ee1a8fa2caf22470af7ad99da8c Mon Sep 17 00:00:00 2001 From: Nokita Kaze Date: Fri, 21 Nov 2014 18:49:12 +0300 Subject: [PATCH 1/4] =?UTF-8?q?*=20=D0=94=D1=80=D1=83=D0=B3=D0=BE=D0=B9=20?= =?UTF-8?q?=D0=B1=D0=BB=D1=8E=D1=80,=20=D1=82=D0=B5=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D1=8C=20=D0=BD=D0=BE=D1=80=D0=BC=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9.=20=D0=91=D0=BB=D1=8E=D1=80=D0=B8=D1=82=D1=8C=20=D1=82?= =?UTF-8?q?=D0=B5=D0=BA=D1=81=D1=82=20=E2=80=94=20=D0=BC=D0=B0=D0=BA=D1=81?= =?UTF-8?q?=D0=B8=D0=BC=D1=83=D0=BC=20=D0=BF=D0=B8=D0=B4=D0=BE=D1=80=D1=81?= =?UTF-8?q?=D1=82=D0=B2=D0=BE=20+=20=D0=9F=D0=BE=20=D1=85=D0=BE=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=83=20=D0=BD=D0=B0=20=D0=B7=D0=B0=D0=B1=D0=BB?= =?UTF-8?q?=D1=8E=D1=80=D0=B5=D0=BD=D1=8B=D0=BC=20=D0=B8=D0=B7=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC=20=E2=80=94=20?= =?UTF-8?q?=D0=BF=D0=BE=D1=8F=D0=B2=D0=BB=D1=8F=D0=B5=D1=82=D1=81=D1=8F=20?= =?UTF-8?q?=D0=BD=D0=BE=D1=80=D0=BC=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B5=20?= =?UTF-8?q?=D0=B8=D0=B7=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20+=20=D0=A1=D0=BA=D1=80=D0=BE=D0=BB=D0=BB=D0=B8=D0=BD?= =?UTF-8?q?=D0=B3=20=D0=BC=D0=B5=D0=B6=D0=B4=D1=83=20=D0=BF=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=20=D0=BF=D0=BE=20=D0=BF=D1=80=D0=BE=D0=B1?= =?UTF-8?q?=D0=B5=D0=BB=D1=83=20+=20=D0=9F=D1=80=D0=B5=D0=B2=D1=80=D0=B0?= =?UTF-8?q?=D1=89=D0=B0=D0=B5=D0=BC=20=D0=B2=20video=20=D0=B2=D1=81=D0=B5?= =?UTF-8?q?=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=BD=D0=B0=20=D0=B2?= =?UTF-8?q?=D0=B8=D0=B4=D0=B5=D0=BE=20=D0=B8=20=D0=BC=D0=BE=D0=BB=D0=B8?= =?UTF-8?q?=D0=BC=D1=81=D1=8F=20*=20=D0=A4=D0=9E=D0=A0=D0=9C=D0=90=D0=A2?= =?UTF-8?q?=D0=98=D0=A0=D0=A3=D0=95=D0=9C=20=D0=9A=D0=9E=D0=94,=20=D0=91?= =?UTF-8?q?=D0=9B=D0=95=D0=90=D0=A2=D0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chrome_point_plus/_locales/en/messages.json | 11 +- chrome_point_plus/_locales/ru/messages.json | 14 +- chrome_point_plus/css/point-plus.css | 16 ++ chrome_point_plus/js/options.js | 8 + chrome_point_plus/js/point-plus.js | 302 +++++++++++++------- chrome_point_plus/manifest.json | 2 +- chrome_point_plus/options.html | 13 +- 7 files changed, 256 insertions(+), 110 deletions(-) diff --git a/chrome_point_plus/_locales/en/messages.json b/chrome_point_plus/_locales/en/messages.json index b0e1337..ec4bbf4 100644 --- a/chrome_point_plus/_locales/en/messages.json +++ b/chrome_point_plus/_locales/en/messages.json @@ -56,6 +56,9 @@ "option_videos_parse_webm": { "message": "Parse webm-links and create video instead" }, + "option_videos_parse_all_videos": { + "message": "Parse all links to videos and create video instead" + }, "option_embedding_soundcloud": { "message": "Soundcloud ▼" }, @@ -71,6 +74,9 @@ "option_nsfw": { "message": "NSFW content filtering" }, + "option_nsfw_hide_posts":{ + "message": "Hide entire posts with `nsfw` tag" + }, "option_nsfw_blur": { "message": "Blurring" }, @@ -122,7 +128,10 @@ "option_other_show_recommendation_count": { "message": "Show recommendation count and unique commentators count (using @NokitaKaze server)" }, - + + "option_other_scroll_space_key":{ + "message": "Scrolling posts with `space` key" + }, "options_feedback_text": { "message": "

If you find an error do not hesitate to send me a bug report<\/a>.<\/p>

Also you can make a donation in the following ways:<\/p>