This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.alert('Hello, World!') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
NewerOlder