From 2fc188cb51c1c3a0fda8fa99c34d1a813c4eac5e Mon Sep 17 00:00:00 2001 From: 101arrowz Date: Tue, 7 Apr 2020 21:33:00 +0000 Subject: [PATCH] --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 386d828..98f98ac 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,7 @@ ANY TEXTBOOKS YOU DOWNLOAD USING THIS SCRIPT.** 1. Open your textbook in the McGraw-Hill Connect website (how you normally open it) 2. Type `javascript:` into the address bar (you can't paste it in). 2. Paste the following into the address bar AFTER the `javascript:` part: -```js -var x=new XMLHttpRequest(); -x.onload=function({eval(x.responseText)}; -x.open('GET','https://gist.githubusercontent.com/101arrowz/88156556326106a6ccd58ecb4526498c/raw/script.js'); -x.send(); -``` +`var x=new XMLHttpRequest();x.onload=function({eval(x.responseText)};x.open('GET','https://gist.githubusercontent.com/101arrowz/88156556326106a6ccd58ecb4526498c/raw/script.js');x.send(); +` 3. Follow the instructions that pop up. Be patient! 4. Your textbook will download. \ No newline at end of file