sadgrls copy code.js
ﷲ
1 AR-RAHMAN: The Beneficent, 2 AR-RAHEEM: The Merciful
Bismillahirrahmanniraheem,
// copy text to clipboard when code area is clicked
var codeArea = document.querySelectorAll('code');
codeArea.forEach(function(item) {
item.addEventListener("click", copyCode);
})
‑
function copyCode(e) {
navigator.clipboard.writeText(e.target.innerHTML);
copyNotify();
}
// display "Notify" to `#copied` element
function copyNotify() {
var copied = document.getElementById('copied');
copied.style.display = "block";
setTimeout(function() {
copied.style.display = "none";
}, 1000)
}
🢥://odysee.com/@JohnThor:0/UFC:53
🢥🢥://odysee.com/@FEIsTheKey:a/THE-NEW-UFC-LEVEL-WORLD-CHAMPION---Bryce-Mitchell---Fight-Highlights-and-Interview:4
🢥://odysee.com/@JohnThor:0/UFC:53
🢥🢥://odysee.com/@FEIsTheKey:a/THE-NEW-UFC-LEVEL-WORLD-CHAMPION---Bryce-Mitchell---Fight-Highlights-and-Interview:4
ٱلتَّوَّابُ
emacsonf2024
It is soon this moonth!! I do remember having hours in!! This will better TH-PB the previous one! it is right around nowי this moonth!. another round of talks, all about emacs!!
(command-history)
(markdown-insert-gfm-code-block "el")
(mc/edit-beginnings-of-lines)
(mc/mark-all-like-this)
(mc/mark-all-in-region-regexp (region-beginning) (region-end))
(insert-register 49 t) ;; means '1' lul
(copy-to-register 49 774 2160 nil t)
(rectangle-mark-mode 'toggle)
(insert-register 49 t)
(copy-to-register 49 774 2161 nil t)
(insert-register 49 t) ;; means '1' lul
(copy-to-register 49 807 811 nil t)
(mc/mark-all-like-this)
(mc/mark-all-like-this)
(mc/edit-beginnings-of-lines)
(markdown-insert-image)
Sadaqah
Find out how to , Sadaqah →
-->