I hereby claim:
- I am disrupted on github.
- I am disrupted (https://keybase.io/disrupted) on keybase.
- I have a public key ASAr1eoUtjvkvesOd0LXVqX7S3Xbdq-M3IU-3aFjGGWt-wo
To claim this, I am signing this object:
| var base03 = "#2C3E50"; | |
| var base02 = "#34495E"; | |
| var base01 = "#27AE60"; | |
| var base00 = "#F39C12"; | |
| var base0 = "#3C7DD1"; | |
| var base1 = "#2980B9"; | |
| var base2 = "#ECF0F1"; | |
| var base3 = "#BDC3C7"; | |
| var yellow = "#F1C40F"; | |
| var orange = "#C0392B"; |
| opkg list-upgradable | grep luci | |
| opkg upgrade luci-base | |
| opkg upgrade luci-mod-admin-full | |
| /etc/init.d/uhttpd restart | |
| rm -rf /tmp/luci* |
| #!/usr/bin/env bash | |
| # | |
| # Custom ICNS for macOS | |
| # | |
| # disrupted | |
| # | |
| # credit to https://www.sethvargo.com/replace-icons-osx | |
| # | |
| # This program is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Force Autocomplete | |
| // @description enable autocomplete for all HTML input fields | |
| // @author disrupted | |
| // @version 0.1 | |
| // @match http://*/* | |
| // @grant none | |
| // ==/UserScript== | |
| var initialDelay = 2000; // adjust to make it work with all websites |
| // | |
| // Smooth scroll-to inspired by: | |
| // http://stackoverflow.com/a/24559613/728480 | |
| // | |
| module.exports = function (scrollTo, scrollDuration) { | |
| // | |
| // Set a default for where we're scrolling to | |
| // |
| #!/usr/bin/env ruby | |
| require 'watir-webdriver' | |
| def log (message) puts " #{message}" end | |
| def success (message) puts "+ #{message}" end | |
| def fail (message) puts "- #{message}" end | |
| def notify (message) | |
| success message.upcase | |
| system 'osascript -e \'Display notification "Bürgerbot" with title "%s"\'' % message | |
| rescue StandardError => e |