sindresorhus/refined-github
The issue has been closed
Trending Menu Item from the Main Navigation header is missing #638
Alexandre-Nourissier posted onGitHub
I noticed this morning that the Trending Menu Item disappeared. After inspection, the selector need to be changed from
<pre>'.header-nav.left .header-nav-item:nth-child(2)'</pre>
to
<pre> '.header[role="banner"] ul[role="navigation"] li:nth-child(3)'</pre>