Skip to content

Instantly share code, notes, and snippets.

@galaydaroman
Last active April 27, 2018 12:05
Show Gist options
  • Save galaydaroman/dd138281701878ac6efa to your computer and use it in GitHub Desktop.
Save galaydaroman/dd138281701878ac6efa to your computer and use it in GitHub Desktop.
Remove advert on skype (7.0 and greater)

2 Steps to remove adverting from Skype

1 STEP - Change Internet Options

Add advert's hosts into a block list on IE security tab

  • Open IE Internet Options -> Security tab
  • Choose Restricted sites and click Sites button
  • Add following urls:
    https://apps.skype.com
    https://g.msn.com
    http://g.msn.com

2 STEP - Change internal skype configs

Close skype before you start do changes

Go to C:\users\youruser\appdata\roaming\skype\yourskypeuser\config.xml
then find <UI> -> <General> section and do the next changes:

    <AdvertEastRailsEnabled>0</AdvertEastRailsEnabled>
    <AdvertLargeEastRailCutoff>2200</AdvertLargeEastRailCutoff>
    <AdvertNorthRailCutoff>582</AdvertNorthRailCutoff>
    <AdvertPlaceholder>0</AdvertPlaceholder>
    <AdvertSmallEastRailCutoff>1750</AdvertSmallEastRailCutoff>

And save it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment