Skip to content

Instantly share code, notes, and snippets.

View qgustavor's full-sized avatar
🎯
Focusing

Gustavo Rodrigues qgustavor

🎯
Focusing
View GitHub Profile
@hzamani
hzamani / keep-direction.user.js
Last active October 4, 2016 14:35
Add bidi support to Google Keep
// ==UserScript==
// @name Google Keep Direction
// @namespace https://github.com/hzamani/
// @description Add bidi support to Google Keep
// @include https://keep.google.com*
// @run-at document-end
// @version 2.0
// ==/UserScript==
var tag = document.createElement('style');
@jareware
jareware / README.md
Last active June 7, 2018 04:12
Quick PSA on icon fonts and ligatures

Long Live Icon Fonts!

or, a Quick PSA on icon fonts and ligatures.

tl;dr: keep using icon fonts, they are nice, just enable ligatures

These are my talking notes at the http://wwweeklies.com/ on 2015-12-04:

@Nyr
Nyr / imgur-direct-images.user.js
Last active March 16, 2024 10:00
Redirect imgur to the raw images skipping the crappy HTML pages
// ==UserScript==
// @name imgur direct images
// @description Redirect to the raw images skipping the crappy HTML pages.
// @include /^https?:\/\/imgur\.com\/[A-Za-z0-9]+$/
// @exclude *imgur.com/vidgif
// @exclude *imgur.com/jobs
// @exclude *imgur.com/about
// @exclude *imgur.com/apps
// @exclude *imgur.com/tos
// @exclude *imgur.com/privacy