diff --git a/CHANGELOG.md b/CHANGELOG.md
index 257e8a97b..04ec4cf14 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ The links to individual versions below are to copies of the script with the upda
### v1.10.2
+**v1.10.2.1** *(2015-02-23)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.1/builds/4chan-X-noupdate.crx "Chromium version")]
+- More tweaks to highlighting, this time making the different types of highlighting (filter, your posts, quoting you, watched in catalog) look distinct.
+
**v1.10.2.0** *(2015-02-22)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.0/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.0/builds/4chan-X-noupdate.crx "Chromium version")]
- Based on v1.10.1.14.
- Remove `Unique ID` from the archive search menu as IDs on /pol/ no longer persist between threads.
diff --git a/LICENSE b/LICENSE
index bf9999b22..1b5cf9349 100755
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
/*
-* 4chan X - Version 1.10.2.0
+* 4chan X - Version 1.10.2.1
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 881f7b965..04ba4ffd2 100644
Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ
diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js
index 49ee4d425..bb8daa7cc 100644
--- a/builds/4chan-X-beta.meta.js
+++ b/builds/4chan-X-beta.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
-// @version 1.10.2.0
+// @version 1.10.2.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js
index 837977aeb..ce1af5029 100644
--- a/builds/4chan-X-beta.user.js
+++ b/builds/4chan-X-beta.user.js
@@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X beta
-// @version 1.10.2.0
+// @version 1.10.2.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -26,7 +26,7 @@
// ==/UserScript==
/*
-* 4chan X - Version 1.10.2.0
+* 4chan X - Version 1.10.2.1
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
@@ -393,7 +393,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.10.2.0',
+ VERSION: '1.10.2.1',
NAMESPACE: '4chan X.',
NAME: '4chan X',
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
@@ -17961,21 +17961,23 @@
".qphl {\n" +
" outline: 2px solid rgba(216, 94, 49, .8);\n" +
"}\n" +
-":root.highlight-own .yourPost > .reply,\n" +
-":root.highlight-you .quotesYou > .reply,\n" +
-".filter-highlight > .reply {\n" +
+":root.highlight-own .yourPost.opContainer,\n" +
+":root.highlight-own .yourPost > .reply {\n" +
+" border-left: 3px dashed rgba(221, 0, 0, .8);\n" +
+"}\n" +
+":root.highlight-you .quotesYou.opContainer,\n" +
+":root.highlight-you .quotesYou > .reply {\n" +
" border-left: 3px solid rgba(221, 0, 0, .8);\n" +
"}\n" +
+".filter-highlight.opContainer,\n" +
+".filter-highlight > .reply {\n" +
+" box-shadow: inset 5px 0 rgba(221, 0, 0, .5);\n" +
+"}\n" +
":root.highlight-own .yourPost > div.sideArrows,\n" +
":root.highlight-you .quotesYou > div.sideArrows,\n" +
".filter-highlight > div.sideArrows {\n" +
" color: rgba(221, 0, 0, .8);\n" +
"}\n" +
-":root.highlight-own .yourPost.opContainer,\n" +
-":root.highlight-you .quotesYou.opContainer,\n" +
-".filter-highlight.opContainer {\n" +
-" border-left: 3px solid rgba(221, 0, 0, .8);\n" +
-"}\n" +
":root.highlight-own .yourPost.opContainer::after,\n" +
":root.highlight-you .quotesYou.opContainer::after,\n" +
".filter-highlight.opContainer::after {\n" +
@@ -17983,11 +17985,13 @@
" display: block;\n" +
" clear: both;\n" +
"}\n" +
-".catalog-thread.watched .catalog-thumb,\n" +
".filter-highlight .catalog-thumb,\n" +
-".catalog-thread.watched .werkTyme-filename,\n" +
".filter-highlight .werkTyme-filename {\n" +
-" border: 2px solid rgba(221, 0, 0, .8);\n" +
+" box-shadow: 0 0 3px 3px rgba(255, 0, 0, .5);\n" +
+"}\n" +
+".catalog-thread.watched .catalog-thumb,\n" +
+".catalog-thread.watched .werkTyme-filename {\n" +
+" border: 2px solid rgba(255, 0, 0, .75);\n" +
"}\n" +
"/* Spoiler text */\n" +
":root.reveal-spoilers s,\n" +
@@ -19144,27 +19148,31 @@
"}\n" +
"/* Highlighting */\n" +
":root.tomorrow .qphl {\n" +
-" outline: 2px solid rgba(129, 162, 190, .9);\n" +
+" outline: 2px solid rgba(145, 182, 214, .8);\n" +
"}\n" +
-":root.tomorrow.highlight-own .yourPost > .reply,\n" +
-":root.tomorrow.highlight-you .quotesYou > .reply,\n" +
+":root.tomorrow.highlight-own .yourPost.opContainer,\n" +
+":root.tomorrow.highlight-own .yourPost > .reply {\n" +
+" border-left: 3px dashed rgba(145, 182, 214, .8);\n" +
+"}\n" +
+":root.tomorrow.highlight-you .quotesYou.opContainer,\n" +
+":root.tomorrow.highlight-you .quotesYou > .reply {\n" +
+" border-left: 3px solid rgba(145, 182, 214, .8);\n" +
+"}\n" +
+":root.tomorrow .opContainer.filter-highlight,\n" +
":root.tomorrow .filter-highlight > .reply {\n" +
-" border-left: 3px solid rgba(129, 162, 190, .9);\n" +
+" box-shadow: inset 5px 0 rgba(145, 182, 214, .5);\n" +
"}\n" +
":root.tomorrow.highlight-own .yourPost > div.sideArrows,\n" +
":root.tomorrow.highlight-you .quotesYou > div.sideArrows,\n" +
":root.tomorrow .filter-highlight > div.sideArrows {\n" +
-" color: rgba(129, 162, 190, .9);\n" +
+" color: rgb(155, 185, 210);\n" +
"}\n" +
-":root.tomorrow.highlight-own .yourPost.opContainer,\n" +
-":root.tomorrow.highlight-you .quotesYou.opContainer,\n" +
-":root.tomorrow .opContainer.filter-highlight {\n" +
-" border-left: 3px solid rgba(129, 162, 190, .9);\n" +
+":root.tomorrow .filter-highlight .catalog-thumb,\n" +
+":root.tomorrow .filter-highlight .werkTyme-filename {\n" +
+" box-shadow: 0 0 3px 3px rgba(64, 192, 255, .7);\n" +
"}\n" +
":root.tomorrow .catalog-thread.watched .catalog-thumb,\n" +
-":root.tomorrow .filter-highlight .catalog-thumb,\n" +
-":root.tomorrow .catalog-thread.watched .werkTyme-filename,\n" +
-":root.tomorrow .filter-highlight .werkTyme-filename {\n" +
+":root.tomorrow .catalog-thread.watched .werkTyme-filename {\n" +
" border: 2px solid rgb(64, 192, 255);\n" +
"}\n" +
"/* QR */\n" +
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 0a4341b3f..3905a2ca9 100644
Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ
diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js
index 603baf41c..48a37a5dc 100644
--- a/builds/4chan-X-noupdate.user.js
+++ b/builds/4chan-X-noupdate.user.js
@@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
-// @version 1.10.2.0
+// @version 1.10.2.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -25,7 +25,7 @@
// ==/UserScript==
/*
-* 4chan X - Version 1.10.2.0
+* 4chan X - Version 1.10.2.1
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
@@ -392,7 +392,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.10.2.0',
+ VERSION: '1.10.2.1',
NAMESPACE: '4chan X.',
NAME: '4chan X',
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
@@ -17960,21 +17960,23 @@
".qphl {\n" +
" outline: 2px solid rgba(216, 94, 49, .8);\n" +
"}\n" +
-":root.highlight-own .yourPost > .reply,\n" +
-":root.highlight-you .quotesYou > .reply,\n" +
-".filter-highlight > .reply {\n" +
+":root.highlight-own .yourPost.opContainer,\n" +
+":root.highlight-own .yourPost > .reply {\n" +
+" border-left: 3px dashed rgba(221, 0, 0, .8);\n" +
+"}\n" +
+":root.highlight-you .quotesYou.opContainer,\n" +
+":root.highlight-you .quotesYou > .reply {\n" +
" border-left: 3px solid rgba(221, 0, 0, .8);\n" +
"}\n" +
+".filter-highlight.opContainer,\n" +
+".filter-highlight > .reply {\n" +
+" box-shadow: inset 5px 0 rgba(221, 0, 0, .5);\n" +
+"}\n" +
":root.highlight-own .yourPost > div.sideArrows,\n" +
":root.highlight-you .quotesYou > div.sideArrows,\n" +
".filter-highlight > div.sideArrows {\n" +
" color: rgba(221, 0, 0, .8);\n" +
"}\n" +
-":root.highlight-own .yourPost.opContainer,\n" +
-":root.highlight-you .quotesYou.opContainer,\n" +
-".filter-highlight.opContainer {\n" +
-" border-left: 3px solid rgba(221, 0, 0, .8);\n" +
-"}\n" +
":root.highlight-own .yourPost.opContainer::after,\n" +
":root.highlight-you .quotesYou.opContainer::after,\n" +
".filter-highlight.opContainer::after {\n" +
@@ -17982,11 +17984,13 @@
" display: block;\n" +
" clear: both;\n" +
"}\n" +
-".catalog-thread.watched .catalog-thumb,\n" +
".filter-highlight .catalog-thumb,\n" +
-".catalog-thread.watched .werkTyme-filename,\n" +
".filter-highlight .werkTyme-filename {\n" +
-" border: 2px solid rgba(221, 0, 0, .8);\n" +
+" box-shadow: 0 0 3px 3px rgba(255, 0, 0, .5);\n" +
+"}\n" +
+".catalog-thread.watched .catalog-thumb,\n" +
+".catalog-thread.watched .werkTyme-filename {\n" +
+" border: 2px solid rgba(255, 0, 0, .75);\n" +
"}\n" +
"/* Spoiler text */\n" +
":root.reveal-spoilers s,\n" +
@@ -19143,27 +19147,31 @@
"}\n" +
"/* Highlighting */\n" +
":root.tomorrow .qphl {\n" +
-" outline: 2px solid rgba(129, 162, 190, .9);\n" +
+" outline: 2px solid rgba(145, 182, 214, .8);\n" +
"}\n" +
-":root.tomorrow.highlight-own .yourPost > .reply,\n" +
-":root.tomorrow.highlight-you .quotesYou > .reply,\n" +
+":root.tomorrow.highlight-own .yourPost.opContainer,\n" +
+":root.tomorrow.highlight-own .yourPost > .reply {\n" +
+" border-left: 3px dashed rgba(145, 182, 214, .8);\n" +
+"}\n" +
+":root.tomorrow.highlight-you .quotesYou.opContainer,\n" +
+":root.tomorrow.highlight-you .quotesYou > .reply {\n" +
+" border-left: 3px solid rgba(145, 182, 214, .8);\n" +
+"}\n" +
+":root.tomorrow .opContainer.filter-highlight,\n" +
":root.tomorrow .filter-highlight > .reply {\n" +
-" border-left: 3px solid rgba(129, 162, 190, .9);\n" +
+" box-shadow: inset 5px 0 rgba(145, 182, 214, .5);\n" +
"}\n" +
":root.tomorrow.highlight-own .yourPost > div.sideArrows,\n" +
":root.tomorrow.highlight-you .quotesYou > div.sideArrows,\n" +
":root.tomorrow .filter-highlight > div.sideArrows {\n" +
-" color: rgba(129, 162, 190, .9);\n" +
+" color: rgb(155, 185, 210);\n" +
"}\n" +
-":root.tomorrow.highlight-own .yourPost.opContainer,\n" +
-":root.tomorrow.highlight-you .quotesYou.opContainer,\n" +
-":root.tomorrow .opContainer.filter-highlight {\n" +
-" border-left: 3px solid rgba(129, 162, 190, .9);\n" +
+":root.tomorrow .filter-highlight .catalog-thumb,\n" +
+":root.tomorrow .filter-highlight .werkTyme-filename {\n" +
+" box-shadow: 0 0 3px 3px rgba(64, 192, 255, .7);\n" +
"}\n" +
":root.tomorrow .catalog-thread.watched .catalog-thumb,\n" +
-":root.tomorrow .filter-highlight .catalog-thumb,\n" +
-":root.tomorrow .catalog-thread.watched .werkTyme-filename,\n" +
-":root.tomorrow .filter-highlight .werkTyme-filename {\n" +
+":root.tomorrow .catalog-thread.watched .werkTyme-filename {\n" +
" border: 2px solid rgb(64, 192, 255);\n" +
"}\n" +
"/* QR */\n" +
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index d53517013..d36b20ddf 100644
Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ
diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js
index 273d316e7..3e36403ac 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.10.2.0
+// @version 1.10.2.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index badc4d6fd..c681df26d 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
-// @version 1.10.2.0
+// @version 1.10.2.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -26,7 +26,7 @@
// ==/UserScript==
/*
-* 4chan X - Version 1.10.2.0
+* 4chan X - Version 1.10.2.1
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
@@ -393,7 +393,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.10.2.0',
+ VERSION: '1.10.2.1',
NAMESPACE: '4chan X.',
NAME: '4chan X',
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
@@ -17961,21 +17961,23 @@
".qphl {\n" +
" outline: 2px solid rgba(216, 94, 49, .8);\n" +
"}\n" +
-":root.highlight-own .yourPost > .reply,\n" +
-":root.highlight-you .quotesYou > .reply,\n" +
-".filter-highlight > .reply {\n" +
+":root.highlight-own .yourPost.opContainer,\n" +
+":root.highlight-own .yourPost > .reply {\n" +
+" border-left: 3px dashed rgba(221, 0, 0, .8);\n" +
+"}\n" +
+":root.highlight-you .quotesYou.opContainer,\n" +
+":root.highlight-you .quotesYou > .reply {\n" +
" border-left: 3px solid rgba(221, 0, 0, .8);\n" +
"}\n" +
+".filter-highlight.opContainer,\n" +
+".filter-highlight > .reply {\n" +
+" box-shadow: inset 5px 0 rgba(221, 0, 0, .5);\n" +
+"}\n" +
":root.highlight-own .yourPost > div.sideArrows,\n" +
":root.highlight-you .quotesYou > div.sideArrows,\n" +
".filter-highlight > div.sideArrows {\n" +
" color: rgba(221, 0, 0, .8);\n" +
"}\n" +
-":root.highlight-own .yourPost.opContainer,\n" +
-":root.highlight-you .quotesYou.opContainer,\n" +
-".filter-highlight.opContainer {\n" +
-" border-left: 3px solid rgba(221, 0, 0, .8);\n" +
-"}\n" +
":root.highlight-own .yourPost.opContainer::after,\n" +
":root.highlight-you .quotesYou.opContainer::after,\n" +
".filter-highlight.opContainer::after {\n" +
@@ -17983,11 +17985,13 @@
" display: block;\n" +
" clear: both;\n" +
"}\n" +
-".catalog-thread.watched .catalog-thumb,\n" +
".filter-highlight .catalog-thumb,\n" +
-".catalog-thread.watched .werkTyme-filename,\n" +
".filter-highlight .werkTyme-filename {\n" +
-" border: 2px solid rgba(221, 0, 0, .8);\n" +
+" box-shadow: 0 0 3px 3px rgba(255, 0, 0, .5);\n" +
+"}\n" +
+".catalog-thread.watched .catalog-thumb,\n" +
+".catalog-thread.watched .werkTyme-filename {\n" +
+" border: 2px solid rgba(255, 0, 0, .75);\n" +
"}\n" +
"/* Spoiler text */\n" +
":root.reveal-spoilers s,\n" +
@@ -19144,27 +19148,31 @@
"}\n" +
"/* Highlighting */\n" +
":root.tomorrow .qphl {\n" +
-" outline: 2px solid rgba(129, 162, 190, .9);\n" +
+" outline: 2px solid rgba(145, 182, 214, .8);\n" +
"}\n" +
-":root.tomorrow.highlight-own .yourPost > .reply,\n" +
-":root.tomorrow.highlight-you .quotesYou > .reply,\n" +
+":root.tomorrow.highlight-own .yourPost.opContainer,\n" +
+":root.tomorrow.highlight-own .yourPost > .reply {\n" +
+" border-left: 3px dashed rgba(145, 182, 214, .8);\n" +
+"}\n" +
+":root.tomorrow.highlight-you .quotesYou.opContainer,\n" +
+":root.tomorrow.highlight-you .quotesYou > .reply {\n" +
+" border-left: 3px solid rgba(145, 182, 214, .8);\n" +
+"}\n" +
+":root.tomorrow .opContainer.filter-highlight,\n" +
":root.tomorrow .filter-highlight > .reply {\n" +
-" border-left: 3px solid rgba(129, 162, 190, .9);\n" +
+" box-shadow: inset 5px 0 rgba(145, 182, 214, .5);\n" +
"}\n" +
":root.tomorrow.highlight-own .yourPost > div.sideArrows,\n" +
":root.tomorrow.highlight-you .quotesYou > div.sideArrows,\n" +
":root.tomorrow .filter-highlight > div.sideArrows {\n" +
-" color: rgba(129, 162, 190, .9);\n" +
+" color: rgb(155, 185, 210);\n" +
"}\n" +
-":root.tomorrow.highlight-own .yourPost.opContainer,\n" +
-":root.tomorrow.highlight-you .quotesYou.opContainer,\n" +
-":root.tomorrow .opContainer.filter-highlight {\n" +
-" border-left: 3px solid rgba(129, 162, 190, .9);\n" +
+":root.tomorrow .filter-highlight .catalog-thumb,\n" +
+":root.tomorrow .filter-highlight .werkTyme-filename {\n" +
+" box-shadow: 0 0 3px 3px rgba(64, 192, 255, .7);\n" +
"}\n" +
":root.tomorrow .catalog-thread.watched .catalog-thumb,\n" +
-":root.tomorrow .filter-highlight .catalog-thumb,\n" +
-":root.tomorrow .catalog-thread.watched .werkTyme-filename,\n" +
-":root.tomorrow .filter-highlight .werkTyme-filename {\n" +
+":root.tomorrow .catalog-thread.watched .werkTyme-filename {\n" +
" border: 2px solid rgb(64, 192, 255);\n" +
"}\n" +
"/* QR */\n" +
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 0f17cd2cf..ba626df87 100644
Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ
diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml
index 901779f30..e8b447cad 100644
--- a/builds/updates-beta.xml
+++ b/builds/updates-beta.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/builds/updates.xml b/builds/updates.xml
index b665fe727..d1f866d18 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/package.json b/package.json
index 109e450e3..874be395d 100755
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"meta": {
"name": "4chan X",
- "version": "1.10.2.0",
+ "version": "1.10.2.1",
"repo": "https://github.com/ccd0/4chan-x/",
"page": "https://github.com/ccd0/4chan-x",
"downloads": "https://ccd0.github.io/4chan-x/builds/",