Hide MSDN Inherited Members

When visiting an MSDN page, this extension hides inherited members

Total ratings

4.00 (Rating count: 2)
See reviews for Hide MSDN Inherited Members on Chrome Web Store

Recent reviews

Recent rating average: 3.00
All time rating average: 4.00

Rating filters

5 star
0%
4 star
0%
3 star
100% (2)
2 star
0%
1 star
0%
Date Author Rating Lang Comment
2016-09-12
Todor Vyagov
It was not working. But I have modified the content.js folder and now it works correctly. Additionally I have forked the GitHub repository and added a pull request. content.js file is in C:\Users\USER\AppData\Local\Google\Chrome\User Data\Default\Extensions\bhfncgcmnpjonmdcdcfbhdpmpbjnpoeg\1.2_0 on my machine(Windows 8.1). Open the file with notepad and replace the content with this: Array.prototype.forEach.call ( document.querySelectorAll ('tr'), function (node) { if(node.innerHTML.indexOf('(Inherited from') != -1){ node.style.display = node.style.display === 'none' ? '' : 'none'; } } )
2016-09-12
Todor Vyagov
en It was not working. But I have modified the content.js folder and now it works correctly. Additionally I have forked the GitHub repository and added a pull request. content.js file is in C:\Users\USER\AppData\Local\Google\Chrome\User Data\Default\Extensions\bhfncgcmnpjonmdcdcfbhdpmpbjnpoeg\1.2_0 on my machine(Windows 8.1). Open the file with notepad and replace the content with this: Array.prototype.forEach.call ( document.querySelectorAll ('tr'), function (node) { if(node.innerHTML.indexOf('(Inherited from') != -1){ node.style.display = node.style.display === 'none' ? '' : 'none'; } } )