first commit

This commit is contained in:
编码猿
2024-09-27 01:17:30 +08:00
commit a99bcc421c
11 changed files with 247 additions and 0 deletions

21
manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"manifest_version": 3,
"name": "🚀 Fuck Code Blog👎👎👎",
"version": "1.0.0",
"author": "2271608011@qq.com",
"description": "去除一些技术网站的恶心操作!!",
"web_accessible_resources": [
{
"resources": [ "/js/*.js" ],
"matches": [ "https://blog.csdn.net/*","https://zhuanlan.zhihu.com/*", "https://www.zhihu.com/*", "https://www.jianshu.com/*", "https://juejin.cn/*" ]
}
],
"content_scripts": [
{
"matches": ["https://blog.csdn.net/*", "https://zhuanlan.zhihu.com/*", "https://www.zhihu.com/*", "https://www.jianshu.com/*", "https://juejin.cn/*"],
"css": ["./css/cover.css"],
"js": ["./js/cover.js"]
}
]
}