diff --git a/repo/bypass-preview/client.mjs b/repo/bypass-preview/client.mjs
index 09287f0..d0455a3 100644
--- a/repo/bypass-preview/client.mjs
+++ b/repo/bypass-preview/client.mjs
@@ -6,9 +6,7 @@
'use strict';
-export default async function (api, db) {
- const { web, notion } = api;
-
+export default function ({ web, notion }, db) {
let _openPage = {};
const getCurrentPage = () => ({
type: web.queryParams().get('p') ? 'preview' : 'page',
diff --git a/repo/calendar-scroll/client.mjs b/repo/calendar-scroll/client.mjs
index a83bccb..3946bc5 100644
--- a/repo/calendar-scroll/client.mjs
+++ b/repo/calendar-scroll/client.mjs
@@ -6,9 +6,7 @@
'use strict';
-export default async function (api, db) {
- const { web } = api;
-
+export default function ({ web }, db) {
const toolbarSelector = '.notion-calendar-view > :first-child > :first-child > :first-child',
$scrollButton = web.html``;
$scrollButton.addEventListener('click', async (event) => {
diff --git a/repo/cherry-cola/variables.css b/repo/cherry-cola/variables.css
index 7ac2007..73aa438 100644
--- a/repo/cherry-cola/variables.css
+++ b/repo/cherry-cola/variables.css
@@ -1,7 +1,7 @@
/*
* notion-enhancer: cherry cola
* (c) 2020 Alexa Baldon (https://github.com/runargs)
- * under the MIT license
+ * (https://notion-enhancer.github.io/) under the MIT license
*/
:root.dark {
diff --git a/repo/collapse-properties/client.css b/repo/collapse-properties/client.css
index 3287563..4b15d8b 100644
--- a/repo/collapse-properties/client.css
+++ b/repo/collapse-properties/client.css
@@ -1,7 +1,7 @@
/*
* notion-enhancer: collapse properties
* (c) 2021 dragonwocky (https://dragonwocky.me/)
- * under the MIT license
+ * (https://notion-enhancer.github.io/) under the MIT license
*/
#enhancer--collapse-properties {
diff --git a/repo/collapse-properties/client.mjs b/repo/collapse-properties/client.mjs
index 1659efd..6a6cc61 100644
--- a/repo/collapse-properties/client.mjs
+++ b/repo/collapse-properties/client.mjs
@@ -6,9 +6,7 @@
'use strict';
-export default function (api, db) {
- const { web, notion } = api;
-
+export default function ({ web, notion }, db) {
const propertyListSelector =
'.notion-scroller.vertical [style*="env(safe-area-inset-left)"] > [style="width: 100%; font-size: 14px;"]',
$collapseButton = web.html`