Skip to content

Instantly share code, notes, and snippets.

@rinsuki
Created October 20, 2017 08:27
Show Gist options
  • Save rinsuki/043c8e9617950f232de41db4b8d137ea to your computer and use it in GitHub Desktop.
Save rinsuki/043c8e9617950f232de41db4b8d137ea to your computer and use it in GitHub Desktop.
javascript:var text=`speedtest ${document.querySelector("[data-result-id=true] a").href}\n↔️: ${document.querySelector(".result-data-value.ping-speed").innerText}ms\n⬇️: ${document.querySelector(".result-data-value.download-speed").innerText}Mbps\n⬆️: ${document.querySelector(".result-data-value.upload-speed").innerText}Mbps\nServer: ${document.querySelector(".result-item-host .result-label").innerText} (in ${document.querySelector(".result-item-host .result-data").innerText})`;open('https://mstdn.maud.io/share?text='+encodeURIComponent(text), '_blank')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment