We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545dda8 commit ac67e4fCopy full SHA for ac67e4f
1 file changed
Kill Baidu AD/Kill Baidu AD.user.js
@@ -107,7 +107,7 @@
107
108
function checkLeftItem(item) {
109
let mu = item.getAttribute("mu");
110
- if (mu && mu !== 'null' && mu.indexOf("nourl") == -1 && mu.indexOf("lightapp") == -1) {
+ if (mu && mu !== 'null' && mu.indexOf("nourl") == -1 && item.getAttribute("tpl") != "short_video") {
111
if (/^https:\/\/baijiahao\.baidu\.com/.test(mu)) {
112
item.remove();
113
return;
0 commit comments