Local Options Enabled

This commit is contained in:
c4ch3c4d3
2026-03-17 11:10:09 -06:00
commit d77e4d1192
17 changed files with 622007 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Test Sidebar</title>
<style>
body {
font-family: system-ui;
padding: 20px;
background: #f0f0f0;
}
h1 {
color: #333;
}
</style>
</head>
<body>
<h1>Test Sidebar</h1>
<p>If you can see this, the Firefox sidebar is working!</p>
<script>
console.log("Test sidebar loaded");
</script>
</body>
</html>