User:HarJIT/Scripts/unicategorise.js: Difference between revisions

Content deleted Content added
No edit summary
m Fix requested on WP:IANB
 
(2 intermediate revisions by 2 users not shown)
Line 1:
// <nowiki>
// Adjust chset-* style code chart colouration to match Unicode categories.
// Adds a button below the source editor.
Line 39 ⟶ 40:
 
var ezh = null;
jQuery.get("https://cdn.jsdelivr.net/gh/slevithan/xregexp@2cb340a819b290c2d8638965fb7e825cfc0efbc457f919a3ebc58ea2f56cb5b2391b6151483b1709/tools/output/categories.js", (b) => {
b = b.pysplit("=", 1)[1].trim();
if (b.endswith(";")) {
Line 238 ⟶ 239:
 
// End: [[m:w:User:HarJIT/Scripts/unicategorise.js]]
// </nowiki>