Skip to content

Commit 633bae1

Browse files
committed
Update Kill Baidu AD.user.js
1 parent 3fe2264 commit 633bae1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Kill Baidu AD/Kill Baidu AD.user.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@
251251
#wrapper_wrapper {
252252
background: rgba(228, 228, 228, 0.29);
253253
}
254+
#result_logo {
255+
opacity: 0.75;
256+
}
254257
.cos-col[style*="width:33"],.cos-col[style*="width:25"],.c-span3,.c-span4,.c-span6>.c-img,[tpl="short_video"],[data-module="gp-peopleintro-img-click"],div[class^="img-container"],[data-module="normal-img"],[role="img"],.c-gap-inner-y-img,div[class*="only-multi-image"] {
255258
display: none;
256259
}
@@ -359,7 +362,7 @@
359362

360363
function registerMenuCommand() {
361364
initCss();
362-
hidePictureRegister = GM_registerMenuCommand(hidePicture ? "✅ 恢复图片" : "❌ 隐藏图片", () => {
365+
hidePictureRegister = GM_registerMenuCommand(hidePicture ? "✅ 恢复图片与样式" : "❌ 隐藏图片并简化样式", () => {
363366
GM_unregisterMenuCommand(killRightRegister);
364367
GM_unregisterMenuCommand(hidePictureRegister);
365368
hidePicture = !hidePicture;

0 commit comments

Comments
 (0)