Release 4chan X v1.10.2.2.
This commit is contained in:
parent
90d3528832
commit
883cc48315
@ -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.2** *(2015-02-23)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.2/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Fix highlighting of your posts quoting yourself.
|
||||
|
||||
**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.
|
||||
|
||||
|
||||
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* 4chan X - Version 1.10.2.1
|
||||
* 4chan X - Version 1.10.2.2
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.10.2.1
|
||||
// @version 1.10.2.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.10.2.1
|
||||
// @version 1.10.2.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -26,7 +26,7 @@
|
||||
// ==/UserScript==
|
||||
|
||||
/*
|
||||
* 4chan X - Version 1.10.2.1
|
||||
* 4chan X - Version 1.10.2.2
|
||||
*
|
||||
* 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.1',
|
||||
VERSION: '1.10.2.2',
|
||||
NAMESPACE: '4chan X.',
|
||||
NAME: '4chan X',
|
||||
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
|
||||
@ -17961,14 +17961,14 @@
|
||||
".qphl {\n" +
|
||||
" outline: 2px solid rgba(216, 94, 49, .8);\n" +
|
||||
"}\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" +
|
||||
":root.highlight-own .yourPost.opContainer,\n" +
|
||||
":root.highlight-own .yourPost > .reply {\n" +
|
||||
" border-left: 3px dashed 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" +
|
||||
@ -19150,14 +19150,14 @@
|
||||
":root.tomorrow .qphl {\n" +
|
||||
" outline: 2px solid rgba(145, 182, 214, .8);\n" +
|
||||
"}\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.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 .opContainer.filter-highlight,\n" +
|
||||
":root.tomorrow .filter-highlight > .reply {\n" +
|
||||
" box-shadow: inset 5px 0 rgba(145, 182, 214, .5);\n" +
|
||||
|
||||
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.10.2.1
|
||||
// @version 1.10.2.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -25,7 +25,7 @@
|
||||
// ==/UserScript==
|
||||
|
||||
/*
|
||||
* 4chan X - Version 1.10.2.1
|
||||
* 4chan X - Version 1.10.2.2
|
||||
*
|
||||
* 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.1',
|
||||
VERSION: '1.10.2.2',
|
||||
NAMESPACE: '4chan X.',
|
||||
NAME: '4chan X',
|
||||
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
|
||||
@ -17960,14 +17960,14 @@
|
||||
".qphl {\n" +
|
||||
" outline: 2px solid rgba(216, 94, 49, .8);\n" +
|
||||
"}\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" +
|
||||
":root.highlight-own .yourPost.opContainer,\n" +
|
||||
":root.highlight-own .yourPost > .reply {\n" +
|
||||
" border-left: 3px dashed 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" +
|
||||
@ -19149,14 +19149,14 @@
|
||||
":root.tomorrow .qphl {\n" +
|
||||
" outline: 2px solid rgba(145, 182, 214, .8);\n" +
|
||||
"}\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.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 .opContainer.filter-highlight,\n" +
|
||||
":root.tomorrow .filter-highlight > .reply {\n" +
|
||||
" box-shadow: inset 5px 0 rgba(145, 182, 214, .5);\n" +
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.10.2.1
|
||||
// @version 1.10.2.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.10.2.1
|
||||
// @version 1.10.2.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -26,7 +26,7 @@
|
||||
// ==/UserScript==
|
||||
|
||||
/*
|
||||
* 4chan X - Version 1.10.2.1
|
||||
* 4chan X - Version 1.10.2.2
|
||||
*
|
||||
* 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.1',
|
||||
VERSION: '1.10.2.2',
|
||||
NAMESPACE: '4chan X.',
|
||||
NAME: '4chan X',
|
||||
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
|
||||
@ -17961,14 +17961,14 @@
|
||||
".qphl {\n" +
|
||||
" outline: 2px solid rgba(216, 94, 49, .8);\n" +
|
||||
"}\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" +
|
||||
":root.highlight-own .yourPost.opContainer,\n" +
|
||||
":root.highlight-own .yourPost > .reply {\n" +
|
||||
" border-left: 3px dashed 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" +
|
||||
@ -19150,14 +19150,14 @@
|
||||
":root.tomorrow .qphl {\n" +
|
||||
" outline: 2px solid rgba(145, 182, 214, .8);\n" +
|
||||
"}\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.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 .opContainer.filter-highlight,\n" +
|
||||
":root.tomorrow .filter-highlight > .reply {\n" +
|
||||
" box-shadow: inset 5px 0 rgba(145, 182, 214, .5);\n" +
|
||||
|
||||
Binary file not shown.
@ -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.1' />
|
||||
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.10.2.2' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -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.1' />
|
||||
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.10.2.2' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
||||
"meta": {
|
||||
"name": "4chan X",
|
||||
"version": "1.10.2.1",
|
||||
"version": "1.10.2.2",
|
||||
"repo": "https://github.com/ccd0/4chan-x/",
|
||||
"page": "https://github.com/ccd0/4chan-x",
|
||||
"downloads": "https://ccd0.github.io/4chan-x/builds/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user