From 2fea72328c2985e6e5097d1aa57988de4ca8d5df Mon Sep 17 00:00:00 2001 From: Wezl Date: Fri, 19 Jun 2020 00:43:04 +0000 Subject: [PATCH] Dark in new tab! --- textbookmarklet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textbookmarklet.js b/textbookmarklet.js index 2955c4c..e7f4c59 100644 --- a/textbookmarklet.js +++ b/textbookmarklet.js @@ -1,4 +1,4 @@ var win = window.open(); win.document.write( document.body.innerText.replace(/\n/g,"
")); -win.document.body.setAttribute("style","margin: 1in; font-family: monospace;"); +win.document.body.setAttribute("style","margin: 1in; font-family: monospace; color: rgb(255, 255, 255); border-color: rgb(13, 10, 10);");