Skip to content

Commit ddc909c

Browse files
committed
Merge pull request aemkei#35 from subzey/feature/str-link
Ampersand, semicolon
2 parents a2cfed3 + b618bf4 commit ddc909c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jsfuck.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
'#': USE_CHAR_CODE,
8585
'$': USE_CHAR_CODE,
8686
'%': 'Function("return escape")()([]["filter"])[20]',
87-
'&': USE_CHAR_CODE,
87+
'&': '("")["link"](0+")[10]',
8888
'\'': USE_CHAR_CODE,
8989
'(': '(false+[]["filter"])[20]',
9090
')': '(true+[]["filter"])[20]',
@@ -95,7 +95,7 @@
9595
'.': '(+(+!+[]+[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+[!+[]+!+[]]+[+[]])+[])[+!+[]]',
9696
'/': '(false+[0])["italics"]()[10]',
9797
':': '(RegExp()+"")[3]',
98-
';': USE_CHAR_CODE,
98+
';': '("")["link"](")[14]',
9999
'<': '("")["italics"]()[0]',
100100
'=': '("")["fontcolor"]()[11]',
101101
'>': '("")["italics"]()[2]',

output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
`#` 6412
55
`$` 6417
66
`%` 3242
7-
`&` 6427
7+
`&` 2538
88
`'` 6432
99
`(` 146
1010
`)` 147
@@ -25,7 +25,7 @@
2525
`8` 44
2626
`9` 49
2727
`:` 2282
28-
`;` 8044
28+
`;` 2548
2929
`<` 292
3030
`=` 687
3131
`>` 298

0 commit comments

Comments
 (0)