I hereby claim:
- I am andweeb on github.
- I am andrewshky (https://keybase.io/andrewshky) on keybase.
- I have a public key ASBiXLmWUGzYMMjGs3rCA1iDWE98b0uMKp9D5sbpCZK6UAo
To claim this, I am signing this object:
// Copy and paste into your browser console | |
(() => { | |
// Selectors | |
const LISTING_SELECTOR = '[itemprop="itemListElement"]'; | |
const LISTING_TITLE_SELECTOR = '[id^="title_"]'; | |
const LISTING_LINK_SELECTOR = 'meta[itemprop="url"]'; | |
const NEXT_BUTTON_SELECTOR = 'a[aria-label="Next"]'; | |
// Rows of listing data objects | |
const listingData = []; |
I hereby claim:
To claim this, I am signing this object:
The Unicode Character Name Index contains three types of entries:
Clicking on a character code in the index opens the PDF chart for the corresponding character block.
tell application "Google Chrome" | |
repeat with t in tabs of windows | |
tell t | |
if URL starts with "https://soundcloud.com" then | |
set test to execute javascript "document.getElementsByClassName('skipControl playControls__icon sc-ir skipControl__next')[0].click()" | |
exit repeat | |
end if | |
end tell | |
end repeat | |
end tell |