Merge branch 'bstable'

This commit is contained in:
ccd0 2015-05-03 15:54:39 -07:00
commit 0fd04ad002
14 changed files with 47 additions and 12 deletions

View File

@ -4,6 +4,9 @@ The links to individual versions below are to copies of the script with the upda
### v1.10.11
**v1.10.11.12** *(2015-05-03)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.11.12/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.11.12/builds/4chan-X-noupdate.crx "Chromium version")]
- Add scrollbars to captcha popup when larger than window.
**v1.10.11.11** *(2015-05-03)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.11.11/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.11.11/builds/4chan-X-noupdate.crx "Chromium version")]
- Remove swfchan from default sauce list.

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.10.11.11
// @version 1.10.11.12
// @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.11.11
// @version 1.10.11.12
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -396,7 +396,7 @@
doc = d.documentElement;
g = {
VERSION: '1.10.11.11',
VERSION: '1.10.11.12',
NAMESPACE: '4chan X.',
boards: {}
};
@ -18459,6 +18459,14 @@
" display: block;\n" +
" width: 100%;\n" +
"}\n" +
".goog-bubble-content {\n" +
" max-width: 100vw;\n" +
" max-height: 100vh;\n" +
" overflow: auto;\n" +
"}\n" +
".goog-bubble-content iframe {\n" +
" position: static !important;\n" +
"}\n" +
"/* File Input, Submit Button */\n" +
"#file-n-submit {\n" +
" display: -webkit-flex;\n" +

Binary file not shown.

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
// @version 1.10.11.11
// @version 1.10.11.12
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -395,7 +395,7 @@
doc = d.documentElement;
g = {
VERSION: '1.10.11.11',
VERSION: '1.10.11.12',
NAMESPACE: '4chan X.',
boards: {}
};
@ -18458,6 +18458,14 @@
" display: block;\n" +
" width: 100%;\n" +
"}\n" +
".goog-bubble-content {\n" +
" max-width: 100vw;\n" +
" max-height: 100vh;\n" +
" overflow: auto;\n" +
"}\n" +
".goog-bubble-content iframe {\n" +
" position: static !important;\n" +
"}\n" +
"/* File Input, Submit Button */\n" +
"#file-n-submit {\n" +
" display: -webkit-flex;\n" +

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.10.11.11
// @version 1.10.11.12
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
// @version 1.10.11.11
// @version 1.10.11.12
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -396,7 +396,7 @@
doc = d.documentElement;
g = {
VERSION: '1.10.11.11',
VERSION: '1.10.11.12',
NAMESPACE: '4chan X.',
boards: {}
};
@ -18459,6 +18459,14 @@
" display: block;\n" +
" width: 100%;\n" +
"}\n" +
".goog-bubble-content {\n" +
" max-width: 100vw;\n" +
" max-height: 100vh;\n" +
" overflow: auto;\n" +
"}\n" +
".goog-bubble-content iframe {\n" +
" position: static !important;\n" +
"}\n" +
"/* File Input, Submit Button */\n" +
"#file-n-submit {\n" +
" display: -webkit-flex;\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.11.11' />
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.10.11.12' />
</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.11.11' />
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.10.11.12' />
</app>
</gupdate>

View File

@ -3,8 +3,8 @@
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"meta": {
"name": "4chan X",
"version": "1.10.11.11",
"date": "2015-05-03T19:06:12.442Z",
"version": "1.10.11.12",
"date": "2015-05-03T22:48:31.015Z",
"repo": "https://github.com/ccd0/4chan-x/",
"page": "https://github.com/ccd0/4chan-x",
"downloads": "https://ccd0.github.io/4chan-x/builds/",

View File

@ -1269,6 +1269,14 @@ input.field.tripped:not(:hover):not(:focus) {
display: block;
width: 100%;
}
.goog-bubble-content {
max-width: 100vw;
max-height: 100vh;
overflow: auto;
}
.goog-bubble-content iframe {
position: static !important;
}
/* Prevent dragging files into captcha */
:root.dragging iframe {