Skip to content

Commit ac67e4f

Browse files
committed
Update Kill Baidu AD.user.js
1 parent 545dda8 commit ac67e4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Kill Baidu AD/Kill Baidu AD.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
function checkLeftItem(item) {
109109
let mu = item.getAttribute("mu");
110-
if (mu && mu !== 'null' && mu.indexOf("nourl") == -1 && mu.indexOf("lightapp") == -1) {
110+
if (mu && mu !== 'null' && mu.indexOf("nourl") == -1 && item.getAttribute("tpl") != "short_video") {
111111
if (/^https:\/\/baijiahao\.baidu\.com/.test(mu)) {
112112
item.remove();
113113
return;

0 commit comments

Comments
 (0)