Updated Managing Github notifications (markdown)

Alex Grin 2018-05-02 11:26:18 -04:00
parent 3c6e0ca9f2
commit 2fbbae6527

@ -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. 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 ```js
Array.prototype.forEach.call(document.querySelectorAll('.js-subscription-row'), function(el, i){ Array.prototype.forEach.call(document.querySelectorAll('.js-subscription-row'), function(el, i){