Skip to content

Instantly share code, notes, and snippets.

View Aarbel's full-sized avatar
✍️
.

Clement Fradet Normand Aarbel

✍️
.
View GitHub Profile
document.addEventListener('click', (e) => {
const el = e.target;
if (el.tagName == 'A' && el.href && el.getAttribute("target") === "_blank") {
window.todesktop.contents.openUrlInBrowser(el.href);
}
}, false);
@Aarbel
Aarbel / embedded-file-viewer.md
Last active October 17, 2023 15:55 — forked from tzmartin/embedded-file-viewer.md
Free desktop and mobile files viewers and editors: Google Drive, OneDrive, Zoho public viewers and editors.

Desktop / Web

Office Web Apps Viewer

('.ppt' '.pptx' '.doc', '.docx', '.xls', '.xlsx')

Format :

    http://view.officeapps.live.com/op/view.aspx?src=[ONLY_OFFICE_FILE_URL_ENCODED]