A Tampermonkey script augmenting .NET Framework documentation. On any page describing a class, struct or interface the script updates the Name column in Constructors, Properties and Methods tables to contain the full signature of a member. For method it adds return type and names of parameters, for constructor - names of parameters, and for property - type of property and information whether it is getter and setter.
The following pictures show documentation of SortedSet<T> class - original and after script run. The new content is simply taken from the detail page of a class/struct/interface member.
Documentation changed by the script:
Tested in Google Chrome 64.0 on Windows 10.