diff --git a/Managing-Github-notifications.md b/Managing-Github-notifications.md index 9cfc95d..d491234 100644 --- a/Managing-Github-notifications.md +++ b/Managing-Github-notifications.md @@ -8,7 +8,7 @@ If you happen to find this page before you get added to the org, you can tempora If you've already been subscribed to all the notifications, here's what to do. -**First** go to https://github.com/watching and run the following code in your browser console. This will unwatch all the lbryio repos that you're subscribed to. +**First** go to https://github.com/watching and run the following code in your [browser console](https://webmasters.stackexchange.com/questions/8525/how-do-i-open-the-javascript-console-in-different-browsers). This will unwatch all the lbryio repos that you're subscribed to. ```js Array.prototype.forEach.call(document.querySelectorAll('.js-subscription-row'), function(el, i){