From 8d51e87977c7ee630a64da0cc66714a80fac5ecb Mon Sep 17 00:00:00 2001 From: the1812 Date: Fri, 11 Dec 2020 11:05:48 +0800 Subject: [PATCH 1/2] Update greasy fork version --- bilibili-evolved.greasy.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bilibili-evolved.greasy.user.js b/bilibili-evolved.greasy.user.js index 9b5715596..50b9c8253 100644 --- a/bilibili-evolved.greasy.user.js +++ b/bilibili-evolved.greasy.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Bilibili Evolved -// @version 1.10.12 +// @version 1.10.13 // @description 强大的哔哩哔哩增强脚本: 下载视频, 音乐, 封面, 弹幕 / 简化直播间, 评论区, 首页 / 自定义顶栏, 删除广告, 夜间模式 / 触屏设备支持 // @author Grant Howard, Coulomb-G // @copyright 2020, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G) @@ -36,5 +36,5 @@ const manager = [undefined, { }] document.addEventListener('DOMContentLoaded', () => { const { export: Toast } = ToastModule(...manager) - Toast.info(`当前安装版本过低, 请更新后使用. 更新`, 'Bilibili Evolved') + Toast.info(`当前安装版本过低, 请删除当前安装的这个脚本, 并到 GitHub 了解并安装最新版本`, 'Bilibili Evolved') }) From ca969cacd08d81a1f3617eaaf8dd6b7c7fb61c47 Mon Sep 17 00:00:00 2001 From: the1812 Date: Fri, 18 Dec 2020 16:30:56 +0800 Subject: [PATCH 2/2] Update title name --- bilibili-evolved.greasy.user.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bilibili-evolved.greasy.user.js b/bilibili-evolved.greasy.user.js index 50b9c8253..6bd0f1445 100644 --- a/bilibili-evolved.greasy.user.js +++ b/bilibili-evolved.greasy.user.js @@ -1,5 +1,5 @@ // ==UserScript== -// @name Bilibili Evolved +// @name Bilibili Evolved (GreasyFork) // @version 1.10.13 // @description 强大的哔哩哔哩增强脚本: 下载视频, 音乐, 封面, 弹幕 / 简化直播间, 评论区, 首页 / 自定义顶栏, 删除广告, 夜间模式 / 触屏设备支持 // @author Grant Howard, Coulomb-G @@ -11,14 +11,12 @@ // @exclude *://*.bilibili.com/api/* // @exclude *://member.bilibili.com/studio/bs-editor/* // @run-at document-start -// @updateURL https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/bilibili-evolved.user.js -// @downloadURL https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/bilibili-evolved.user.js // @supportURL https://github.com/the1812/Bilibili-Evolved/issues // @homepage https://github.com/the1812/Bilibili-Evolved // @grant unsafeWindow // @connect raw.githubusercontent.com // @connect cdn.jsdelivr.net -// @require https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.js +// @require https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js // @icon https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/images/logo-small.png // @icon64 https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/images/logo.png // ==/UserScript==