Advertisement
Guest User

flashcard

a guest
Dec 11th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. function f(s){return $($("b:contains("+s+")").parents()[5].children[0]).find("b")[0].innerHTML}
  2. function copyStringToClipboard(e){var t=document.createElement("textarea");t.value=e,t.setAttribute("readonly",""),t.style={position:"absolute",left:"-9999px"},document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t)}function a(k){copyStringToClipboard(k.trimLeft().trimRight())};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement