Rules-For-Quantumult-X/Scripts/AdBlock/Other/iQiyi.js

20 lines
591 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/***********************************
> 应用名称:爱奇艺去除开屏广告
> 脚本作者ddgksf2013
> 微信账号:墨鱼手记
> 更新时间2023-03-17
> 通知频道https://t.me/ddgksf2021
> 投稿助手https://t.me/ddgksf2013_bot
> 脚本功能:去除开屏广告
> 问题反馈:📮 ddgksf2013@163.com 📮
> 特别说明:⛔⛔⛔
本脚本仅供学习交流使用,禁止转载售卖
⛔⛔⛔
***********************************/
let obj = JSON.parse($response.body);
delete obj.adSlots, $done({ body: JSON.stringify(obj) });