Skip to content

Instantly share code, notes, and snippets.

View ArbitRandomUser's full-sized avatar
🦧

John George Francis ArbitRandomUser

🦧
View GitHub Profile
@joelsleeba
joelsleeba / ar5iv-tex-copy.js
Last active December 26, 2023 02:05
JS to copy tex code from ar5iv mathML equations
// To use with userscript managers like TamperMonkey go to
// https://greasyfork.org/en/scripts/483099-ar5iv-tex-copy
// What is ar5iv? See for yourself. Change the X in arXiv to 5
// https://arxiv.org/abs/2204.08819v1
// https://ar5iv.org/abs/2204.08819v1
function handleBlockEquationClick(event) {
event.stopPropagation();
const equation = event.target.closest(".ltx_equation")