This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! MSN DEBLOAT | |
!! Weather | |
www.msn.com##div[class*=ads] | |
www.msn.com###WeatherRightRail-ScreenWidth-c4 | |
www.msn.com##.feedsSection-DS-EntryPoint1-1 | |
www.msn.com##.weatherMobileUpsellRoot-DS-EntryPoint1-1 | |
www.msn.com###newsContentTitleButton | |
www.msn.com##.socialCommentContainer-DS-EntryPoint1-1 | |
www.msn.com##.rightBottomButtonsFeedBack-DS-EntryPoint1-1 | |
www.msn.com###ContentPreviewSlide11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import requests | |
import os | |
# pip3 install tqdm colorama | |
from tqdm import tqdm | |
from colorama import Fore, Style, init | |
init() |