1$('.sidebox ul.cat-tree b,.sidebox ul.cat-tree u,.sidebox ul.cat-tree i').remove();
2(function (b) {
3 function a(a) {
4 if (a) {
5 if ("string" == typeof d[a])
6 return a;
7 a = a.charAt(0).toUpperCase() + a.slice(1);
8 for (var b, e = 0, l = c.length; l > e; e++)
9 if (b = c[e] + a, "string" == typeof d[b])
10 return b
11 }
12 }
13 var c = ["Webkit", "Moz", "ms", "Ms", "O"],
14 d = document.documentElement.style;
15 "function" == typeof define && define.amd ? define(function () {
16 return a
17 }) : b.getStyleProperty = a
18})(window);
19(function (b) {
20 function a(a) {
21 var f = parseFloat(a);
22 return -1 === a.indexOf("%") && !isNaN(f) && f
23 }
24
25 function c(b) {
26 var d, c = b("boxSizing");
27 return function () {
28 if (c) {
29 var b = document.createElement("div");
30 b.style.width = "200px";
31 b.style.padding = "1px 2px 3px 4px";
32 b.style.borderStyle = "solid";
33 b.style.borderWidth = "1px 2px 3px 4px";
34 b.style[c] = "border-box";
35 var e = document.body || document.documentElement;
36 e.appendChild(b);
37 var g = f(b);
38 d = 200 === a(g.width);
39 e.removeChild(b)
40 }
...
</html>