Skip to content

Commit adbf01c

Browse files
committed
added search bar in the "acces youtube" menu
1 parent e883790 commit adbf01c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ window.addEventListener("load", async () => {
140140
const newalertebox = document.createElement("div")
141141
newalertebox.id = "alerteboxforyoutubedisabled"
142142
newalertebox.style.width = "100vw"
143-
newalertebox.style.height = "100vh"
143+
newalertebox.style.height = "calc(100vh - 50px)"
144+
newalertebox.style.marginTop = "50px"
144145
newalertebox.style.display = "flex"
145146
newalertebox.style.justifyContent = "center"
146147
newalertebox.style.alignItems = "center"

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "disable youtube",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"description": "an extention to delete youtube home page and youtube short",
66
"permissions": [
77
"activeTab",

0 commit comments

Comments
 (0)