More and more people are watching movies on thunder. I also like it, but I really don't like thunder's 15-second advertisement. Of course, it is also troublesome to have advertisements for thunder tools. So I searched the internet and found some thunder shielding techniques.
[Close the thunder program first when modifying it!]
1. Remove thunder to see the advertisement for 15 seconds
In the C: WINDOWSsystem32driversetc directory, use NotePad to open the hosts file.
Copy the content to the clipboard program code
Find
127.0.0.1 localhost
Add later
------ Shield thunder from advertising ------
0.0.0.0 pubstat.sandai.net
0.0.0.0 mcfg.sandai.net
0.0.0.0 biz5.sandai.net
0.0.0.0 float.sandai.net
0.0.0.0 recommend.xunlei.com
0.0.0.0 cl.kankan.xunlei.com
2. Prohibit Thunder From secretly uploading
It is said that every time I use thunder to download something, it will generate a file cid-store.dat under the C: windowssystem32 directory. Why is it said? This file is not available on my PC, probably because the optimized version is installed.
To put it bluntly, if you want to prohibit Thunder From secretly uploading, all you need to do is delete the file cid-store.dat and create a folder named cid-store.dat. Note: It is a folder! If you do not find this file, you can create an empty folder.
3. shield the advertisement of the thunder download Tool
Find the gui in the Program folder under the installer directory. cfg (this is a configuration file), open it in notepad, and change the value of several parameters such as ADServer, PVServer, ADCountingServer, and HomePage to Null or 0.
Copy the content to the clipboard program code
ADServer = http://biz4.sandai.net/bd/thunder5/show/adtask.xml
PVServer = adcount.sandai.net
ADCountingServer = adcount.sandai.net
HomePage = http://biz5.sandai.net/ad/thunder5/show/default_redi.htm
Change
ADServer = 0
PVServer = 0
ADCountingServer = 0
HomePage = 0
4. shield the resources and hot recommendations of the thunder download Tool
In the Profiles folder under the installer directory, use NotePad to open the configuration file UserConfig. ini and modify the following two items:
Copy the content to the clipboard program code
Change pane‑hide = 0 in the next row of [Splitter_1] To pane‑hide = 1.
Change pane‑hide = 0 in the next row of [Splitter_3] To pane‑hide = 1.
Record for system reinstallation.
From: Chinadu's Blog