yichahucha / surge

Some useful scripts.
GNU General Public License v3.0
2.5k stars 481 forks source link

大佬,我学艺不精修改的时候有个参数写的不对,现在给反馈一下。 #17

Closed primovist closed 5 years ago

primovist commented 5 years ago

function is_timeline_ad(mblog) { if (!mblog) return false; let type = mblog.type && mblog.type == "ad"; let mblogtype = mblog.mblogtype && mblog.mblogtype == 1; let label = mblog.label && mblog.label == "\u5e7f\u544a"; return (type || mblogtype || label) ? true : false; }

不敢再提PR了😂