Skip to content

Instantly share code, notes, and snippets.

View victorb's full-sized avatar
๐Ÿ„โ€โ™‚๏ธ
๐“ข๐“พ๐“ป๐“ฏ๐“ฒ๐“ท๐“ฐ - ๐“ฝ๐“ฑ๐“ฎ - ๐“ฌ๐”‚๐“ซ๐“ฎ๐“ป๐“ผ๐“น๐“ช๐“ฌ๐“ฎ

Victor Bjelkholm victorb

๐Ÿ„โ€โ™‚๏ธ
๐“ข๐“พ๐“ป๐“ฏ๐“ฒ๐“ท๐“ฐ - ๐“ฝ๐“ฑ๐“ฎ - ๐“ฌ๐”‚๐“ซ๐“ฎ๐“ป๐“ผ๐“น๐“ช๐“ฌ๐“ฎ
  • Stuff
  • Barcelona, Spain
  • 15:47 (UTC +08:00)
  • Bluesky @victor.earth
View GitHub Profile
var http = require('http');
var async = require('async');
function* simpleGenerator(){
for (var i = 0; i < 3; i++) {
yield i.toString();
}
}
var g = simpleGenerator();
@victorb
victorb / RuleOfThirds.html
Created November 11, 2014 14:36
HTML for adding a "Rule of Thirds" grid to webpages
<div id="third_grid" style="
/* background-color: black; */
position: static;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 9999;
">
<div id="vertical_1" style="

Why is Google blocking Inbox on Firefox?

Recently, Google launched a new service called Inbox. It's basically Gmail re-invented with a different UI and UX. It's a good tool which improved my ability to keep a zero email inbox. I'm currently using the Android application of Inbox and not at all on the desktop, since it's not available for Firefox, my default browser. This requires me to open up Inbox in Google Chrome if I want to see it. Opening up Inbox in Firefox gives the following message:

Image of Inbox message if using Firefox

But, I couldn't understand why it's only available in Google Chrome so I started investigating on why it's so.

User Agent hack

" The Silver Searcher
if executable('ag')
" Use ag over grep
set grepprg=ag\ --nogroup\ --nocolor
" Use ag in CtrlP for listing files. Lightning fast and respects .gitignore
let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""'
let g:ctrlp_match_func = { 'match': 'pymatcher#PyMatch' }
{
"title": "Basic Form",
"fields": [
{
"type": "yes_no",
"question": "Are you feeling fine?"
},
{
"type": "statement",
"question": "Good to hear!"
{
"title": "Sandbox - Example #1",
"design_id": 11,
"fields": [
{
"type": "statement",
"question": "Hi Joe. Thanks for purchasing a new <strong>Toaster Fridge.</strong>"
},
{
"type": "picture_choice",
{
"log": {
"version": "1.2",
"creator": {
"name": "Charles Proxy",
"version": "3.10.1"
},
"entries": [
{
"startedDateTime": "2015-04-15T11:03:30.852+02:00",
@victorb
victorb / form.json
Last active September 3, 2015 10:01
{
"title": "Sandbox - Example #1",
"design_id": "S2WEqhUbbc",
"fields": [
{
"type": "statement",
"question": "Hi Joe. Thanks for purchasing a new **Toaster Fridge.**"
},
{
"type": "multiple_choice",
@victorb
victorb / form.json
Last active September 3, 2015 10:01
{
"title": "Sandbox - Example #2",
"design_id": "Px4hzJBECZ",
"fields": [
{
"type": "multiple_choice",
"question": "Hi Joe. We want to know which of your teachers made the biggest impact on your College life?",
"choices": [
{
"label": "Mr David Smith"