Skip to content

Instantly share code, notes, and snippets.

View hautaitu34's full-sized avatar

Hau Vu hautaitu34

View GitHub Profile
@hautaitu34
hautaitu34 / tai-file-bi-chan-download-tu-google-drive
Created November 11, 2020 16:37 — forked from hauvuhd/tai-file-bi-chan-download-tu-google-drive
Tải file bị chặn download từ Google Drive - PDF
let jspdf = document.createElement("script");
jspdf.onload = function () {
let pdf = new jsPDF();
let elements = document.getElementsByTagName("img");
for (let i in elements) {
let img = elements[i];
if (!/^blob:/.test(img.src)) {
continue;