delete some unused files

This commit is contained in:
qcrao
2023-10-20 12:30:10 +08:00
parent f0d9878a94
commit 44336fa758
3 changed files with 77 additions and 92 deletions

View File

@@ -1,5 +0,0 @@
chrome.runtime.onMessage.addListener((message, sender, sendResponse) => {
if (message.action === "openTab") {
chrome.tabs.create({url: message.url});
}
});

View File

@@ -13,12 +13,8 @@
}, },
"permissions": [ "permissions": [
"scripting", "scripting",
"activeTab", "activeTab"
"tabs"
], ],
"background": {
"service_worker": "background.js"
},
"content_scripts": [ "content_scripts": [
{ {
"matches": [ "matches": [

View File

@@ -84,12 +84,6 @@ body {
gap: 10px; /* 如果需要,可以添加这一行以在子元素之间创建一些空间 */ gap: 10px; /* 如果需要,可以添加这一行以在子元素之间创建一些空间 */
} }
.footer button {
font-size: inherit; /* 这行代码使按钮的字体大小继承自其父元素,即.footer */
background-color: #383E46;
border-color: #78838F;
}
button#remove-checkboxes { button#remove-checkboxes {
background-color: #badb34; background-color: #badb34;
border-color: #b6b929; border-color: #b6b929;