We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c08bb commit d91f4faCopy full SHA for d91f4fa
1 file changed
Github_News_Feed_Filter/Github_News_Feed_Filter.user.js
@@ -325,7 +325,7 @@
325
Array.prototype.map.call(newsContainer.querySelectorAll(':scope > div > .body'), function(alert) {
326
return alert.parentNode;
327
}).forEach(function(alert) {
328
- var alertRepo = alert.querySelector(':scope .flex-items-baseline > div > [data-ga-click*="target:repo"]');
+ var alertRepo = alert.querySelector('[data-ga-click*="target:repo"]');
329
if (alertRepo) { // Follow doesn't contain a repo link.
330
var userRepo = alertRepo.textContent;
331
userRepos.add(userRepo);
0 commit comments