mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix catching original errors, update image viewer icons
This commit is contained in:
parent
a20ca177a4
commit
2f13c30f67
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Preview)
|
||||
// @version 1.7.11
|
||||
// @version 1.7.12
|
||||
// @description Bilibili Evolved 的预览版, 可以抢先体验新功能.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
@ -108,11 +108,11 @@ function logError(message)
|
||||
}
|
||||
console.error(message);
|
||||
}
|
||||
window.addEventListener("error", e =>
|
||||
{
|
||||
logError(`${e.message}
|
||||
${e.filename} ${e.lineno}:${e.colno}`);
|
||||
});
|
||||
// window.addEventListener("error", e =>
|
||||
// {
|
||||
// logError(`${e.message}
|
||||
// ${e.filename} ${e.lineno}:${e.colno}`);
|
||||
// });
|
||||
function loadSettings()
|
||||
{
|
||||
for (const key in settings)
|
||||
|
||||
@ -1 +1 @@
|
||||
<div class=image-viewer-container><div class=image-viewer><img class=image><a class="close image-viewer-icon"title=关闭><svg viewBox="0 0 24 24"><path d=M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z /></svg></a><a target=_blank class="copy-link image-viewer-icon"title=复制原链接><svg viewBox="0 0 24 24"><path d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"/></svg></a><a target=_blank class="new-tab image-viewer-icon"title=在新标签页打开><svg viewBox="0 0 24 24"><path d="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z"/></svg></a><a target=_blank class="download image-viewer-icon"title=下载><svg viewBox="0 0 24 24"><path d=M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z /></svg></a></div></div>
|
||||
<div class=image-viewer-container><div class=image-viewer><img class=image><a class="close image-viewer-icon"title=关闭><svg viewBox="0 0 24 24"><path d=M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z /></svg></a><a target=_blank class="copy-link image-viewer-icon"title=复制原链接><svg viewBox="0 0 24 24"><path d="M3.9,12C3.9,10.29 5.29,8.9 7,8.9H11V7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H11V15.1H7C5.29,15.1 3.9,13.71 3.9,12M8,13H16V11H8V13M17,7H13V8.9H17C18.71,8.9 20.1,10.29 20.1,12C20.1,13.71 18.71,15.1 17,15.1H13V17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7Z"/></svg></a><a target=_blank class="new-tab image-viewer-icon"title=在新标签页打开><svg viewBox="0 0 24 24"><path d="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z"/></svg></a><a target=_blank class="download image-viewer-icon"title=下载><svg viewBox="0 0 24 24"><path d=M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z /></svg></a></div></div>
|
||||
@ -36,7 +36,7 @@ html.image-viewer-opened, body.image-viewer-opened
|
||||
height: 90%;
|
||||
display: grid;
|
||||
grid-template-columns: auto 48px;
|
||||
grid-template-rows: 48px auto 48px 12px 48px 12px 48px;
|
||||
grid-template-rows: 48px auto 48px 12px 48px 18px 48px;
|
||||
grid-template-areas:
|
||||
"image close"
|
||||
"image ."
|
||||
@ -70,7 +70,7 @@ html.image-viewer-opened, body.image-viewer-opened
|
||||
.image-viewer .copy-link
|
||||
{
|
||||
grid-area: copy-link;
|
||||
transform: scale(0.85);
|
||||
transform: scale(0.95);
|
||||
}
|
||||
.image-viewer .new-tab
|
||||
{
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
<a target="_blank" class="copy-link image-viewer-icon" title="复制原链接">
|
||||
<svg viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" />
|
||||
d="M3.9,12C3.9,10.29 5.29,8.9 7,8.9H11V7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H11V15.1H7C5.29,15.1 3.9,13.71 3.9,12M8,13H16V11H8V13M17,7H13V8.9H17C18.71,8.9 20.1,10.29 20.1,12C20.1,13.71 18.71,15.1 17,15.1H13V17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7Z" />
|
||||
</svg>
|
||||
</a>
|
||||
<a target="_blank" class="new-tab image-viewer-icon" title="在新标签页打开">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user