Skip to content

Instantly share code, notes, and snippets.

View sergiopereiraTT's full-sized avatar

Sergio Pereira sergiopereiraTT

View GitHub Profile
@sergiopereiraTT
sergiopereiraTT / fill-login.js
Created April 22, 2014 22:23
Bookmarklet for quick login
javascript:(function(){var d=document;s=d.querySelector;s.call(d,'input[name*=email]').value='YOUREMAIL@company.com'; s.call(d,'input[name*=pass]').value='SECRETPASSWORDHERE';s.call(d,'button[id*=login],input[type=button][id*=login],.btn-login').click(); }())
@sergiopereiraTT
sergiopereiraTT / jira-issue-link.js
Last active July 12, 2017 20:14
Bookmarklet to create a Markdown link for a JIRA issue page