summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2022-03-18 17:07:54 +0000
committerRafael Marçalo <raroma09@gmail.com>2022-03-18 17:07:54 +0000
commite887addc7ad44b9b0a6555471754f4a9060dd701 (patch)
treed1fb0271040a10e166fc0fb3c1574ea5dced7c01
parentd4d950baeffc473f894870fcb98e23c87dac5f53 (diff)
Added 4chan thread saver
-rw-r--r--4chan-saver.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/4chan-saver.js b/4chan-saver.js
new file mode 100644
index 0000000..4c76575
--- /dev/null
+++ b/4chan-saver.js
@@ -0,0 +1,2 @@
+document.getElementsByTagName("body")[0].innerHTML = document.querySelectorAll('[class=thread]')[0].innerHTML;
+window.print();