Release 4chan X v1.10.2.1.

This commit is contained in:
ccd0 2015-02-23 00:06:06 -08:00
parent f34f8d44dd
commit 8fdfa44a9b
14 changed files with 111 additions and 84 deletions

View File

@ -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.

View File

@ -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

Binary file not shown.

View File

@ -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

View File

@ -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" +

Binary file not shown.

View File

@ -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" +

Binary file not shown.

View File

@ -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

View File

@ -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" +

Binary file not shown.

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.10.2.0' />
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.10.2.1' />
</app>
</gupdate>

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.10.2.0' />
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.10.2.1' />
</app>
</gupdate>

View File

@ -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/",