Merge branch 'master' into quotify
This commit is contained in:
commit
da738c93b9
@ -919,9 +919,9 @@
|
|||||||
if (table.hidden) return;
|
if (table.hidden) return;
|
||||||
table.hidden = true;
|
table.hidden = true;
|
||||||
if (!conf['Show Stubs']) return;
|
if (!conf['Show Stubs']) return;
|
||||||
name = $('td[id] > .commentpostername', table).textContent;
|
name = $('.commentpostername', table).textContent;
|
||||||
uid = ((_ref = $('td[id] > .posteruid', table)) != null ? _ref.textContent : void 0) || '';
|
uid = ((_ref = $('.posteruid', table)) != null ? _ref.textContent : void 0) || '';
|
||||||
trip = ((_ref2 = $('td[id] > .postertrip', table)) != null ? _ref2.textContent : void 0) || '';
|
trip = ((_ref2 = $('.postertrip', table)) != null ? _ref2.textContent : void 0) || '';
|
||||||
div = $.el('div', {
|
div = $.el('div', {
|
||||||
className: 'stub',
|
className: 'stub',
|
||||||
innerHTML: "<a href=javascript:;><span>[ + ]</span> " + name + " " + uid + " " + trip + "</a>"
|
innerHTML: "<a href=javascript:;><span>[ + ]</span> " + name + " " + uid + " " + trip + "</a>"
|
||||||
@ -4421,7 +4421,7 @@ td > .filesize > img[md5] {\
|
|||||||
text-decoration: line-through;\
|
text-decoration: line-through;\
|
||||||
}\
|
}\
|
||||||
.quotelink.forwardlink {\
|
.quotelink.forwardlink {\
|
||||||
color: #ef5411;\
|
color: #2C2C63;\
|
||||||
}\
|
}\
|
||||||
'
|
'
|
||||||
};
|
};
|
||||||
|
|||||||
@ -781,9 +781,9 @@ ReplyHiding =
|
|||||||
|
|
||||||
return unless conf['Show Stubs']
|
return unless conf['Show Stubs']
|
||||||
|
|
||||||
name = $('td[id] > .commentpostername', table).textContent
|
name = $('.commentpostername', table).textContent
|
||||||
uid = $('td[id] > .posteruid', table)?.textContent or ''
|
uid = $('.posteruid', table)?.textContent or ''
|
||||||
trip = $('td[id] > .postertrip', table)?.textContent or ''
|
trip = $('.postertrip', table)?.textContent or ''
|
||||||
|
|
||||||
div = $.el 'div',
|
div = $.el 'div',
|
||||||
className: 'stub'
|
className: 'stub'
|
||||||
@ -3756,7 +3756,7 @@ td > .filesize > img[md5] {
|
|||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
.quotelink.forwardlink {
|
.quotelink.forwardlink {
|
||||||
color: #ef5411;
|
color: #2C2C63;
|
||||||
}
|
}
|
||||||
'
|
'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user