mirror of
https://gist.github.com/88156556326106a6ccd58ecb4526498c.git
synced 2024-10-27 20:44:09 +00:00
parent
848122e7d3
commit
10c7f7721d
@ -11,8 +11,8 @@ ANY TEXTBOOKS YOU DOWNLOAD USING THIS SCRIPT.**
|
|||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
1. Open your textbook in the McGraw-Hill Connect website (how you normally open it)
|
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. Type `javascript:` into the address bar (note that **you CANNOT copy-paste it in**).
|
||||||
2. Paste the following into the address bar AFTER the `javascript:` part:
|
2. Copy-paste the following into the address bar AFTER the `javascript:` part:
|
||||||
```js
|
```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();
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user