Skip to content

Instantly share code, notes, and snippets.

@feng409
Created July 20, 2019 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feng409/d9c9164704a523bfa847c057a3b5009f to your computer and use it in GitHub Desktop.
Save feng409/d9c9164704a523bfa847c057a3b5009f to your computer and use it in GitHub Desktop.
remove_thunder_ad_for_mac
#!/bin/bash
rm -rf /Applications/Thunder.app/Contents/PlugIns/advertising.xlplugin
rm -rf /Applications/Thunder.app/Contents/PlugIns/featuredpage.xlplugin
rm -rf /Applications/Thunder.app/Contents/PlugIns/activitycenter.xlplugin
rm -rf /Applications/Thunder.app/Contents/PlugIns/iOSThunder.xlplugin
rm -rf /Applications/Thunder.app/Contents/PlugIns/livestream.xlplugin
rm -rf /Applications/Thunder.app/Contents/PlugIns/myvip.xlplugin
rm -rf /Applications/Thunder.app/Contents/PlugIns/softmanager.xlplugin
rm -rf /Applications/Thunder.app/Contents/PlugIns/xiazaibao.xlplugin
rm -rf /Applications/Thunder.app/Contents/PlugIns/xlbrowser.xlplugin
rm -rf /Applications/Thunder.app/Contents/PlugIns/xlplayer.xlplugin
rm -rf /Applications/Thunder.app/Contents/PlugIns/activitycenter.xlplugin
rm -rf /Applications/Thunder.app/Contents/PlugIns/onethingcloud.xlplugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment