compile w/ updated cs
This commit is contained in:
parent
afe5c63ae1
commit
ab165eaf3e
@ -616,7 +616,7 @@
|
|||||||
switch (imageType) {
|
switch (imageType) {
|
||||||
case 'full':
|
case 'full':
|
||||||
image.removeAttribute('style');
|
image.removeAttribute('style');
|
||||||
return;
|
break;
|
||||||
case 'fit width':
|
case 'fit width':
|
||||||
if (iw > cw) {
|
if (iw > cw) {
|
||||||
image.style.width = '100%';
|
image.style.width = '100%';
|
||||||
@ -690,6 +690,7 @@
|
|||||||
window.scrollTo(0, 0);
|
window.scrollTo(0, 0);
|
||||||
return location.hash = '';
|
return location.hash = '';
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case "I":
|
case "I":
|
||||||
if (g.REPLY) {
|
if (g.REPLY) {
|
||||||
if (!(qrLink = $('td.replyhl span[id] a:not(:first-child)'))) {
|
if (!(qrLink = $('td.replyhl span[id] a:not(:first-child)'))) {
|
||||||
@ -706,6 +707,7 @@
|
|||||||
} else {
|
} else {
|
||||||
return quickReply(qrLink, qrText(qrLink));
|
return quickReply(qrLink, qrText(qrLink));
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case "J":
|
case "J":
|
||||||
if (e.shiftKey) {
|
if (e.shiftKey) {
|
||||||
if (!g.REPLY) {
|
if (!g.REPLY) {
|
||||||
@ -776,6 +778,7 @@
|
|||||||
}
|
}
|
||||||
return imageToggle(image);
|
return imageToggle(image);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case "N":
|
case "N":
|
||||||
sign = e.shiftKey ? -1 : 1;
|
sign = e.shiftKey ? -1 : 1;
|
||||||
return scrollThread(sign);
|
return scrollThread(sign);
|
||||||
@ -786,6 +789,7 @@
|
|||||||
} else {
|
} else {
|
||||||
return GM_openInTab(href);
|
return GM_openInTab(href);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case "U":
|
case "U":
|
||||||
return updateNow();
|
return updateNow();
|
||||||
case "W":
|
case "W":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user