tre
https://gist.github.com/search?q=user%3A%40me&ref=searchresults
Uses @me
to refer to itself in the gist search query.
Type this into Github Gist Search (https://gist.github.com/)
let pageLinks = document.querySelectorAll('#botstuff * a[aria-label]'); | |
/** @type {Array<HTMLAnchorElement>} */ | |
pageLinks = Array.from(pageLinks); | |
let promises = pageLinks.map(async link => { | |
let res = await fetch(link.href); | |
let text = await res.text(); | |
return text; |
{ | |
this['test'] = 'bla'; | |
this[' '] = 'bla'; // Works | |
this[` | |
`] = 'bla'; // Also works... somehow..... | |
} |
tre
https://gist.github.com/search?q=user%3A%40me&ref=searchresults
Uses @me
to refer to itself in the gist search query.
Type this into Github Gist Search (https://gist.github.com/)
shshshsnthsfhsthafbabafbwthar |