|
@@ -5,10 +5,11 @@
|
|
|
// @version 1.0.0
|
|
|
// @update 2021-07-08 16:16:14
|
|
|
// @include https://*.notion.so/*
|
|
|
-// @require https://git.tianyunperfect.cn/tianyunperfect/web-base/raw/master/tmp/monkey/util.js?a=1
|
|
|
+// @require https://git.tianyunperfect.cn/tianyunperfect/web-base/raw/master/tmp/monkey/util.js?a=2022年06月11日
|
|
|
|
|
|
// ==/UserScript==
|
|
|
(async () => {
|
|
|
+ addJQ();
|
|
|
function openNewTab(ev) {
|
|
|
let block_id = $(ev.target).parents("div[data-block-id]").eq(0).attr('data-block-id');
|
|
|
block_id = block_id.replaceAll("-", "");
|