We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8adc442 + 828880f commit 4f9d774Copy full SHA for 4f9d774
script.js
@@ -26,8 +26,8 @@ const nick_col_override = {
26
jinni: 'bot',
27
};
28
29
-const u_char = '[\\-;:&=~\\.\\+\\$,\\w]';
30
-const u_hchar = '[/\\-;:&=~\\.\\+\\$,\\w]';
+const u_char = '[\\-;:%&=~\\.\\+\\$,\\w]';
+const u_hchar = '[/\\-;:!%&=~\\.\\+\\$,\\w]';
31
const u_proto = `(?:https?|ftp)`;
32
const u_auth = `(?:${u_char}+@)`;
33
const u_host = `(?:(?:[-a-z0-9]+\\.?)+)`;
0 commit comments