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
| ! Block friends favourited tweets | |
| twitter.com##.tweet-has-context:not([data-retweeter]) | |
| ! fake activity | |
| twitter.com##li[data-component-context="generic_activity"] | |
| ! since you were away | |
| twitter.com##.TimelineTweetsModule | |
| ! don't care what's trending | |
| twitter.com##.trends.Trends.module |
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 ruby | |
| require 'socket' | |
| require 'net/http' | |
| require 'pstore' | |
| require 'rexml/document' | |
| require "curses" | |
| class Television | |
| COMMAND_URN = "urn:panasonic-com:service:p00NetworkControl:1" |
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 ruby | |
| # hackertyper-style playback of series of tty recordings created by | |
| # ttyrec. | |
| # | |
| # usage: | |
| # hacker slides/* | |
| # | |
| # - Type randomly to move forward inside file | |
| # - backspace to skip back or prev file |
NewerOlder