View twitter-filters.txt
This file contains 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
twitter.com##section:has(> h1:has-text(Trending now)) | |
twitter.com##div:has(> aside[aria-label="Who to follow"]) | |
twitter.com##nav a:has-text(Explore) | |
twitter.com##nav a[href="/explore"] | |
twitter.com##main:has(div[style*="hex"]:has(a[href*="nft"])) ! entire profile page | |
twitter.com##article:has(div[style*="hex"]) | |
OR if you don't want to block quoted tweets of those tweets: | |
twitter.com##article:has(div[style*="48px"]:has(div[style*="hex"])) |
View valid-wordle-words.txt
This file contains 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
aahed | |
aalii | |
aargh | |
aarti | |
abaca | |
abaci | |
aback | |
abacs | |
abaft | |
abaka |
View change.py
This file contains 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 os, sys | |
import tweepy | |
# config.py contains all the all-caps variables used below | |
from config import * | |
localfile = os.path.join(LOCALDIR, 'count') | |
try: | |
fp = open(localfile) |
View east-lothian-with-buffer.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View split_postcode_lad.csv
We can't make this file beautiful and searchable because it's too large.
This file contains 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
Postcode,LAD GSS code | |
AB10 7QB,S12000033 | |
AB10 7QB,S12000034 | |
AB12 3GQ,S12000033 | |
AB12 3GQ,S12000034 | |
AB12 3GW,S12000033 | |
AB12 3GW,S12000034 | |
AB12 3LN,S12000033 | |
AB12 3LN,S12000034 | |
AB12 3LP,S12000033 |
View gist:e48d6feb25d3f7a8d706a2945fbf1930
This file contains 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
// ==UserScript== | |
// @name Collapse project columns | |
// @namespace mysociety.github.projects.collapse | |
// @description Collapse project columns (based on https://gist.github.com/yuyuvn/268c754325e945ceda24e4ce661a27ce) | |
// @include https://github.com/*/*/projects/* | |
// @version 1.0 | |
// @grant none | |
// ==/UserScript== | |
document.querySelectorAll(".js-details-container").forEach(function(node){ |
View new-councils-april-2019.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View new-wards-april-2019-only.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View planit.json
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View google-analytics.html
This file contains 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
<script> | |
var dnt = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack; | |
if (dnt != "1" && dnt != "yes") { | |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | |
ga('create', 'UA-XXXXXXXX-X', 'auto'); | |
ga('send', 'pageview'); |
NewerOlder