Skip to content

Instantly share code, notes, and snippets.

View pedrofracassi's full-sized avatar
✌️
hello

Pedro Fracassi pedrofracassi

✌️
hello
View GitHub Profile
var palavras = [
['but', 'won\'t'],
['he'],
['definitely', 'definitly', 'definetely', 'deathly', 'defiantly', 'deftly'],
['negotiated'],
['this', 'his'],
['way'],
['past the', 'pass the', 'passing the'],
['harbour', 'harbor', 'harbouring', 'harboring'],
['enclosure', 'in closure', 'closure']
var palavras = [
['but', 'won\'t'],
['he'],
['definitely', 'definitly', 'definetely', 'deathly', 'defiantly', 'deftly'],
['negotiated'],
['this', 'his'],
['way'],
['past the', 'pass the', 'passing the'],
['harbour', 'harbor', 'harbouring', 'harboring'],
['enclosure', 'in closure', 'closure']
@pedrofracassi
pedrofracassi / one_dark.json
Created October 18, 2017 18:39
One Dark for concfg
{
"black": "#282C34",
"dark_blue": "#235B92",
"dark_green": "#6A8854",
"dark_cyan": "#3C7F87",
"dark_red": "#BE5046",
"dark_magenta": "#9E60B0",
"dark_yellow": "#D19A66",
"gray": "#828997",
"dark_gray": "#5C6370",
@pedrofracassi
pedrofracassi / quicksteamactivator.user.js
Last active November 25, 2023 17:06
Steam Key Quick Activator
// ==UserScript==
// @name Steam Key Quick Activator
// @namespace http://pedrofracassi.me/
// @version 1.2
// @description Activates Steam Keys Quickly!
// @author Pedro Fracassi (http://pedrofracassi.me)
// @match https://store.steampowered.com/account/registerkey?key=*
// @grant none
// @run-at document-end
// ==/UserScript==
@pedrofracassi
pedrofracassi / dnahelper.tamper.js
Last active June 9, 2018 13:06
Userscript que adiciona um botão para pesquisar a imagem da questão no DNA
// ==UserScript==
// @name DNA Helper
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Adiciona um botão para pesquisar a imagem da questão no DNA
// @author Pedro Fracassi (pedrofracassi.me)
// @match *://www.desafionacional.com.br/*
// @grant none
// ==/UserScript==