twitch-log-links
Created for Twitch Plays Pokemon.
What image is trending? Want to cast your vote for a poll? Lost and need a plan / route?
This script logs links to imgur, strawpoll and reddit.
This is a companion script for Twitch chat-filter.
(due to compatibility issue, chat-filter should be executed first).
Following instructions are directly copied from chat-filter insctructions.
Using the script as a JavaScript bookmark
Fast and lightweight way to run the script.
-
Go to the bookmark menu of your browser and add a new bookmark with the title of your choice.
-
Copy the following snippet and paste it into the URL-Field:
javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://cronoss.github.io/twitch-log-links/twitch-log-links.js';})();
-
Save the Bookmark.
-
From now on, you can just click on that bookmark when you have the TPP-Tab open to enable the script.
Run the script via the console (no extensions needed)
You can also run the script via the developer console. However, you will need to rerun the script every time you refresh the stream.
-
On the TPP stream page, open your broser's developer console.
- On Firefox, press
Ctrl
+Shift
+K
- On Chrome, press
Ctrl
+Shift
+J
- On Safari, press
Ctrl
+Alt
+I
- On IE9+, press
F12
- On Opera, press
Ctrl
+Shift
+I
- If you are having trouble opening your console, try reading the in depth explanation here
- On Firefox, press
-
Copy the following snippet and paste it into the developer console on the TPP page:
javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://cronoss.github.io/twitch-log-links/twitch-log-links.js';})();
-
Press
Enter
to run the code.