Skip to content

Instantly share code, notes, and snippets.

View poor666's full-sized avatar
🏠
Working from home

João Ramos poor666

🏠
Working from home
View GitHub Profile
@poor666
poor666 / cloudSettings
Last active August 3, 2021 22:09
ejYWav
{"lastUpload":"2021-08-03T22:09:04.236Z","extensionVersion":"v3.4.3"}
@poor666
poor666 / index.html
Created February 19, 2015 18:19
nowrap text
<div class="nobreak">
TEXTO COMPRIDO
</div>
<ul class="menu">
<li><span class='icon'>icon</span>
<span class='text'>text menu</span></li>
<li><span class='icon'>icon</span>
<span class='text'>text menu</span></li>
<li><span class='icon'>icon</span>
<span class='text'>text menu</span></li>
@poor666
poor666 / gist:1930325
Created February 28, 2012 07:13
onMouseDown
onButtonClick = function(event){
event.result = [
["save", "enabled", false],
["Pass", "enabled", false],
["save", "label", waitingFrase()]
];