I hereby claim:
- I am ldthorne on github.
- I am ldthorne (https://keybase.io/ldthorne) on keybase.
- I have a public key ASA1H2NczG54UiKmOIOTqwAobXGjaw1TUS0yP7-BG4f2PQo
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name GitHub Merge Queue Tab | |
| // @version 1.0.0 | |
| // @description Adds a "Merge queue" tab to GitHub repository navigation if merge queue is enabled | |
| // @author @ldthorne | |
| // @match https://github.com/*/* | |
| // @grant GM_xmlhttpRequest | |
| // @connect github.com | |
| // @run-at document-end | |
| // ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
| <html> | |
| <body> | |
| <form> | |
| <input name="email" /> | |
| <input name="name" /> | |
| </form> | |
| <script> | |
| document.querySelector('input[name="email"]').addEventListener('click', function(event) { | |
| console.log('Hello World'); | |
| }); |