Release appchan x v2.6.1.
This commit is contained in:
parent
89910d43c5
commit
33c8bdc32d
@ -1,3 +1,9 @@
|
||||
### v2.6.1
|
||||
*2013-11-27*
|
||||
|
||||
**Zixaphir**:
|
||||
- Fix an incorrect classname resulting in icons not showing correctly.
|
||||
|
||||
## v2.6.0
|
||||
*2013-11-27*
|
||||
|
||||
|
||||
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* appchan x - Version 2.6.0 - 2013-11-27
|
||||
* appchan x - Version 2.6.1 - 2013-11-27
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name appchan x
|
||||
// @version 2.6.0
|
||||
// @version 2.6.1
|
||||
// @minGMVer 1.12
|
||||
// @minFFVer 22
|
||||
// @namespace zixaphir
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan x",
|
||||
"version": "2.6.0",
|
||||
"version": "2.6.1",
|
||||
"manifest_version": 2,
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"icons": {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
postMessage({version:'2.6.0'},'*')
|
||||
postMessage({version:'2.6.1'},'*')
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan-x",
|
||||
"version": "2.6.0",
|
||||
"version": "2.6.1",
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"meta": {
|
||||
"name": "appchan x",
|
||||
|
||||
@ -342,7 +342,7 @@ a .name {
|
||||
border-top: 1px solid #{if Style.lightTheme then "rgba(0,0,0,0.05)" else "rgba(255,255,255,0.025)"};
|
||||
}
|
||||
.a-icon,
|
||||
#shortcuts .icon {
|
||||
#shortcuts .fa {
|
||||
#{unless Style.lightTheme then "<%= filter %>: url(\"#icons-filter\");" else ""}
|
||||
}
|
||||
.alternate-post-colors #threads > .thread:nth-of-type(2n+1),
|
||||
|
||||
@ -18,7 +18,7 @@ FappeTyme =
|
||||
href: 'javascript:;'
|
||||
id: 'werkTyme'
|
||||
title: 'Werk Tyme'
|
||||
className: 'icon'
|
||||
className: 'fa'
|
||||
textContent: '\uf0b1'
|
||||
|
||||
$.on el, 'click', FappeTyme.cb.werk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user