Updated Managing Github notifications (markdown)
parent
a5add066da
commit
3c6e0ca9f2
1 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,9 @@ If you happen to find this page before you get added to the org, you can tempora
|
|||
|
||||
## Options 2: After you've been added
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
```js
|
||||
Array.prototype.forEach.call(document.querySelectorAll('.js-subscription-row'), function(el, i){
|
||||
|
@ -22,4 +24,4 @@ Array.prototype.forEach.call(document.querySelectorAll('.js-subscription-row'),
|
|||
|
||||
*source: https://stackoverflow.com/a/27912449*
|
||||
|
||||
Next, go down the list and click Watch on the repos you care about.
|
||||
**Next**, go down the list and click Watch on the repos you care about.
|
Loading…
Reference in a new issue