Last active
May 10, 2017 13:18
-
-
Save zplume/c6dd1b9f2dc43609f4bac14c3f1dae2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array.prototype.slice.call(document.querySelectorAll("#onetidMngCytpeRptrTable a")).forEach(function(a) { a.setAttribute("href", "\u002fsites\u002fcontentTypeHub/_layouts/15/ManageContentType.aspx?ctype=" + a.getAttribute("id").replace("LinkEditType", "")); }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment