File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 7
7
< meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
8
8
< link rel ="icon " href ="<%= BASE_URL %>favicon.ico ">
9
9
< title > < %= htmlWebpackPlugin.options.title %> </ title >
10
+
11
+ < meta property ="og:site_name " content ="javascript-deobfuscator ">
12
+ < meta property ="og:url " content ="https://sigr.io/deobfuscator/ ">
13
+ < meta property ="og:title " content ="javascript-deobfuscator ">
14
+ < meta property ="og:description " content ="">
15
+
16
+ < meta property ="og:image " content ="https://sigr.io/deobfuscator/img.jpg ">
17
+ < meta property ="og:image:width " content ="1000 ">
18
+ < meta property ="og:image:height " content ="1000 ">
19
+ < meta name ="twitter:card " content ="summary " />
20
+ < meta name ="twitter:site " content ="@LostMyCode " />
21
+
10
22
< script src ="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.11.0/beautify.min.js "> </ script >
11
23
< script async src ="https://www.googletagmanager.com/gtag/js?id=UA-162765588-3 "> </ script >
12
24
< script >
Original file line number Diff line number Diff line change 58
58
></textarea >
59
59
</div >
60
60
61
- <div class =" mb-4 " >
61
+ <div class =" feedback " >
62
62
<a href =" https://github.com/LostMyCode/javascript-deobfuscator/issues" target =" _blank" >Feedback (GitHub)</a >
63
63
</div >
64
64
</div >
@@ -114,7 +114,6 @@ export default {
114
114
)
115
115
.then ((res ) => {
116
116
this .running = false ;
117
- // console.log(res);
118
117
res .data = res .data .replace (/ \n / g , " " );
119
118
this .changeProgress (0 );
120
119
this .$refs .alert .showAlert (
@@ -148,7 +147,7 @@ export default {
148
147
},
149
148
toggleTargetFuncTip () {
150
149
this .$refs .TargetFuncTip .toggle ();
151
- }
150
+ },
152
151
},
153
152
154
153
mounted () {
Original file line number Diff line number Diff line change 14
14
<div class =" codeblock" >
15
15
<span class =" target" >_0x439c</span >('0x2','f]Xg')
16
16
</div >
17
+ <div class =" code-example shadow" >
18
+ <img src =" ../assets/how_to_find_fn.png" class =" img-fluid" >
19
+ </div >
17
20
<p class =" card-text" >
18
21
In this case, target function name is <span class =" target" >_0x439c</span >
19
22
</p >
Original file line number Diff line number Diff line change 18
18
margin : 20px ;
19
19
}
20
20
21
+ .code-example {
22
+ margin : 20px ;
23
+ }
24
+
21
25
span .target {
22
26
color : rgb (148 , 33 , 142 );
23
27
font-weight : bold ;
28
+ }
29
+
30
+ .feedback {
31
+ margin-bottom : 80px ;
24
32
}
You can’t perform that action at this time.
0 commit comments