In order to keep filters up to date, please use this repo.
  
    
      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 network | |
| import socket | |
| import time | |
| import struct | |
| from machine import Pin | |
| NTP_DELTA = 2208988800 | |
| host = "pool.ntp.org" | 
  
    
      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
    
  
  
    
  | fandom.com##.global-navigation | |
| fandom.com##.main-container:style(margin: 0 !important; width: 100% !important) | |
| fandom.com##.fandom-sticky-header:style(left: 0 !important) | |
| fandom.com##.top-ads-container | |
| fandom.com##.bottom-ads-container | |
| fandom.com##.page__right-rail | |
| fandom.com###mixed-content-footer | |
| fandom.com##.notifications-placeholder | |
| fandom.com###WikiaBar | |
| fandom.com##.wds-global-footer__bottom-bar | 
  
    
      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
    
  
  
    
  | #!/usr/bin/env python3 | |
| import time | |
| import uuid | |
| import random | |
| import requests | |
| # This script is tested and working as of November 2020. | |
| # It is only a slightly modified version of leezu's script: https://gist.github.com/leezu/2efb1533d453b70db406b58eb6e3a2af | |
| # leezu gets 99.9% of the credit |