有谁知道怎样修改土豆视频广告,去掉以前的,加上自己的

70 2024-11-07 15:09

一、有谁知道怎样修改土豆视频广告,去掉以前的,加上自己的

两点,首先,你手头上必须有片源,从土豆网下载下来或者从别的资源。然后,要有视频编辑软件,premiere(这个比较专业,下个中文版吧),或者是会声会影(这个比较浅显易懂)。

二、请问怎么屏蔽youku,土豆那烦人的45秒广告

你用什么浏览器?如果是Chrome的话可以用OpenGG

三、如何去除优酷/土豆/迅雷等在线视频的缓冲广告?

去除优酷、土豆、迅雷看看等在线视频缓冲广告的方法

其思路是通过修改系统的hosts文件来实现,当然你也可以把它做成批处理来自动执行!

批处理代码如下:

@echo off

title 屏蔽优酷、土豆、迅雷看看等在线视频缓冲广告

color 0A

cls

echo.

echo.

echo  屏蔽优酷、土豆、迅雷看看等在线视频缓冲广告

ping /n 4 127.0.0.1 >nul

cls

copy %windir%\system32\drivers\etc\hosts %windir%\system32\drivers\etc\hosts.bak

>>%windir%\system32\drivers\etc\hosts echo 0.0.0.0    adcontrol.tudou.com

>>%windir%\system32\drivers\etc\hosts echo 0.0.0.0    valf.atm.youku.com

>>%windir%\system32\drivers\etc\hosts echo 0.0.0.0    dcads.sina.com.cn

>>%windir%\system32\drivers\etc\hosts echo 0.0.0.0    pubstat.sandai.net

>>%windir%\system32\drivers\etc\hosts echo 0.0.0.0    mcfg.sandai.net

>>%windir%\system32\drivers\etc\hosts echo 0.0.0.0    biz5.sandai.net

>>%windir%\system32\drivers\etc\hosts echo 0.0.0.0    float.sandai.net

>>%windir%\system32\drivers\etc\hosts echo 0.0.0.0    recommend.xunlei.com

>>%windir%\system32\drivers\etc\hosts echo 0.0.0.0    cl.kankan.xunlei.com

REM 刷新DNS缓存

ipconfig /flushdns

cls

echo.

echo  操作完毕,正在退出…

ping /n 3 127.0.0.1 >nul

exit

通过以上批处理文件,可以选将系统原来的hosts文件进行备份,然后把优酷、土豆、迅雷看看等在线广告的网址的DNS设为无效。这样就做到了去除优酷、土豆、迅雷看看等在线视频广告的目的。

还原hosts代码

@del %windir%\system32\drivers\etc\hosts

@ren %windir%\system32\drivers\etc\hosts.bak hosts

@REM 刷新DNS缓存

@ipconfig /flushdns

如何保存为批处理:

将代码用记事本或其它编辑器,另存为.cmd文件即可!

四、优酷,土豆客户端广告怎么去除的?高手指点!!!

ADSafe净网大师,我也在用,很好用!我是红领巾不用谢谢我,我也给优酷超长的广告恶心到!

顶一下
(0)
0%
踩一下
(0)
0%
相关评论
我要评论
点击我更换图片