http://lomteqnxehqjdemqgzse7xchjlusgnpoxq2fpmz3yuukyfzc22t5gwyd.onion/gils_projects/commits/jira-projects/ADBLK/8920a833010005ba406aa4c137b7efe40530c1c2.html
, 1)', # + [(x, comment) for x in sorted(domain_list)]) # + # + conn.commit() # + # +# Fetch the whitelist # +whitelist = fetchList('https://raw.githubusercontent.com/bentasker/adblock_lists_v2/master/lists/alloweddomains.txt') # + # +# Remove empty lines and sort # +merged = list(filter(None, whitelist)) # +whitelist.sort() # + # +# Convert to a string so that we can hash it to check for changes # +mergedstr = "\n".join(whitelist) # + # + # + # +# Calculate a SHA1 #...