| 361 | window.open(url, "_self"); |
| 362 | } |
| 363 | function infoPop() { |
| 364 | var a = /*html*/ `<div style:padding:10px;><img src=http://reddit.com/favicon.ico /><br /> |
| 365 | <h2>Welcome to the Reddit Toolkit!</h2> |
| 366 | <ul> |
| 367 | <li>Upvote all will up vote all all of the posts on a subreddit or even of an individual user. This will work even for subs that you are not subscribed to!<br /> |
| 368 | <i style=color:red>CAVEAT! Be careful - Reddit keeps counts of total votes on a sub and user pages. Overuse will mean your votes will not be counted. Abuse can get you shadowbanned!</i></li> |
| 369 | <li>Downvote all will down vote all all of the posts on a subreddit or even of an individual user. This will work even for subs that you are not subscribed to!<br /> |
| 370 | <i style=color:red>CAVEAT! - See above!</i></li> |
| 371 | <li>Old/New Reddit toggle. This will toggle between old and new Reddit. Most of these tools ONLY work in Old Reddit.</li> |
| 372 | <li>Stealth Mode. This will hide much of the graphics and headers/footers that give away the fact that you are surfing Reddit. Often used by people who are at work.</li> |
| 373 | <li>Coder Mode. Looks like you have some kind of coding interface open. Another way of reading Reddit when you are supposed to be doing something else!</li> |
| 374 | <li>OpenInNewTab. Clicking this will not make any visible changes on the page, however, all of the links you click on will open in a new tab!</li> |
| 375 | <li>GetRedditVideo - This will open an interface that will let you download a Reddit hosted video.</li> |
| 376 | </ul><center><h2><a href=https://www.zazzle.com/cats_and_dogs/products>Cat Tax</a></h2></center></div>`; |
| 377 | w = window.open("", "Links", "scrollbars,resizable,width=400,height=675"); |
| 378 | w.document.write(a); |
| 379 | } |
| 380 | var block_to_insert; |
| 381 | var container_block; |
| 382 | block_to_insert = document.createElement("div"); |