summaryrefslogtreecommitdiff
path: root/4chan-saver.js
blob: 2d9100dcd656ca0735338ff13182ca79d74d27c1 (plain)
1
2
3
4
5
6
7
/*
 * Saves cleans up and saves
 * 4chan threads to a PDF file
 */

document.getElementsByTagName("body")[0].innerHTML = document.querySelectorAll('[class=thread]')[0].innerHTML;
window.print();