Commit d089158f by 庄欣

f

parent 8a0cd787
chrome.runtime.onMessage.addListener(
function(request, sender, sendResponse) {
return true;
}
);
.gray {
filter: none!important;
}
body {
filter: none!important;
}
\ No newline at end of file
{
"name": "anti-gray",
"version": "1.0",
"manifest_version": 3,
"description": "anti-gray",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"css": [
"main.css"
],
"js": [
"main.js"
],
"matches": [
"*://*.bilibili.com/",
"*://*.acfun.cn/",
"*://*.ltaaa.cn/",
"*://*.ltaaa.cn/"
]
}
],
"web_accessible_resources": [
{
"resources": [
],
"matches": [
]
}
],
"host_permissions": [
],
"permissions": [
]
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
body {
width:100px;
height:100px;
}
#container {
display: flex;
align-items: center;
align-content: center;
justify-items: center;
justify-content: center;
}
#container button {
background-color: #FF9F2A;
font-size: 18px;
color: white;
margin-top: 20px;
}
</style>
</head>
<body>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment