Source: https://duckduckgo.com/?q=fast+public+dns+servers&ia=answer&iax=answer
198.101.242.72
23.253.163.53
| body { background: #002b36; color: #839496; } | |
| a { color: #90939b; } | |
| a:link, a:visited { color: #90939b; } | |
| a:hover, a:active, a:focus { color: #90939b; } | |
| hr { border-bottom: 1px solid #454c5c; border-top: 1px solid #002b36; } |
| /* @-moz-document regexp("https://[^./]*\\.slack\\.com/(?!pricing)(?!security).*") { body { background: #002b36; color: #a1adad; } */ | |
| body { background: #002b36; color: #a1adad; } | |
| a { color: #268bd2; } | |
| a:link, a:visited { color: #268bd2; } | |
| a:hover, a:active, a:focus { color: #dc322f; } | |
| hr { border-bottom: 1px solid #002b36; border-top: 1px solid #002b36; } | |
| h1, h2, h3, h4 { color: #a1adad; } | |
| h1 a { color: #a1adad; } | |
| h1 a:active, h1 a:hover, h1 a:link, h1 a:visited { color: #a1adad; } | |
| .bordered { border: 1px solid #00232c; } |
| // Solarized color palette | |
| // Taken from ethanschoonover.com/solarized | |
| $base03: #002b36; | |
| $base02: #073642; | |
| $base01: #586e75; | |
| $base00: #657b83; | |
| $base0: #839496; | |
| $base1: #93a1a1; | |
| $base2: #eee8d5; | |
| $base3: #fdf6e3; |
| Stephen | |
| 9:40 AM | |
| Thanks for contacting Google Support. My name is Stephen. | |
| Stephen | |
| 9:40 AM | |
| Hi Nels! | |
| Stephen | |
| 9:40 AM | |
| How may we help you today? | |
| Nels Nelson |
| html { | |
| background: #222 !important; | |
| } | |
| body { | |
| background: #222 !important; | |
| color: #e6e6e6; | |
| } | |
| a { | |
| color: #949494; | |
| } |
Source: https://duckduckgo.com/?q=fast+public+dns+servers&ia=answer&iax=answer
198.101.242.72
23.253.163.53
| /* | |
| * When bookmarks are displayed on a toolbar, they appear as favicons. (Text is hidden) | |
| * | |
| * Screenshot: https://s26.postimg.org/lnb9akmbd/Faviconized-bookmarks.png | |
| * | |
| * Tested on Firefox 55, Windows 7 | |
| * Contributor(s): Okamoi | |
| */ | |
| /* Hides bookmark text for all bookmarks displayed in a toolbar */ |
| #! /usr/bin/env python3.6 | |
| import json | |
| import os | |
| import requests | |
| import urllib | |
| import sys | |
| region = 'DFW' |
I hereby claim:
To claim this, I am signing this object:
$ python -c "print ((True == False) == True) == False"
True
$ ruby -e "puts ((true == false) == true) == false"
true