$(function() {
var properdisp = document.createElement("link");
properdisp.rel = "stylesheet"
properdisp.type = "text/css"
properdisp.href = "//cdn.jsdelivr.net/gh/tnhung2011/ProperDisplay@main/ProperDisplay.css"
document.head.insertBefore(properdisp, null);
});