Updated Managing Github notifications (markdown)
parent
3c6e0ca9f2
commit
2fbbae6527
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue