Strings y'all
This commit is contained in:
parent
93c78e2d54
commit
d8bc0616e8
@ -12037,7 +12037,7 @@
|
|||||||
style = d.cookie.match(new RegExp("" + type + "\_style\=([^;]+)"));
|
style = d.cookie.match(new RegExp("" + type + "\_style\=([^;]+)"));
|
||||||
return [(style ? style[1] : base), "" + type + "_style"];
|
return [(style ? style[1] : base), "" + type + "_style"];
|
||||||
};
|
};
|
||||||
style = findStyle(sfw ? [ws, 'Yotsuba B New'] : [nws, 'Yotsuba New']);
|
style = findStyle(sfw ? ['ws', 'Yotsuba B New'] : ['nws', 'Yotsuba New']);
|
||||||
$.globalEval("var style_group = '" + style[1] + "'");
|
$.globalEval("var style_group = '" + style[1] + "'");
|
||||||
mainStyleSheet = $('link[title=switch]', d.head);
|
mainStyleSheet = $('link[title=switch]', d.head);
|
||||||
newStyleSheet = $("link[title='" + style[0] + "']", d.head);
|
newStyleSheet = $("link[title='" + style[0] + "']", d.head);
|
||||||
|
|||||||
@ -12026,7 +12026,7 @@
|
|||||||
style = d.cookie.match(new RegExp("" + type + "\_style\=([^;]+)"));
|
style = d.cookie.match(new RegExp("" + type + "\_style\=([^;]+)"));
|
||||||
return [(style ? style[1] : base), "" + type + "_style"];
|
return [(style ? style[1] : base), "" + type + "_style"];
|
||||||
};
|
};
|
||||||
style = findStyle(sfw ? [ws, 'Yotsuba B New'] : [nws, 'Yotsuba New']);
|
style = findStyle(sfw ? ['ws', 'Yotsuba B New'] : ['nws', 'Yotsuba New']);
|
||||||
$.globalEval("var style_group = '" + style[1] + "'");
|
$.globalEval("var style_group = '" + style[1] + "'");
|
||||||
mainStyleSheet = $('link[title=switch]', d.head);
|
mainStyleSheet = $('link[title=switch]', d.head);
|
||||||
newStyleSheet = $("link[title='" + style[0] + "']", d.head);
|
newStyleSheet = $("link[title='" + style[0] + "']", d.head);
|
||||||
|
|||||||
@ -141,9 +141,9 @@ Navigate =
|
|||||||
return [(if style then style[1] else base), "#{type}_style"]
|
return [(if style then style[1] else base), "#{type}_style"]
|
||||||
|
|
||||||
style = findStyle if sfw
|
style = findStyle if sfw
|
||||||
[ws, 'Yotsuba B New']
|
['ws', 'Yotsuba B New']
|
||||||
else
|
else
|
||||||
[nws, 'Yotsuba New']
|
['nws', 'Yotsuba New']
|
||||||
|
|
||||||
$.globalEval "var style_group = '#{style[1]}'"
|
$.globalEval "var style_group = '#{style[1]}'"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user