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 77 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
88 < link rel ="icon " href ="<%= BASE_URL %>favicon.ico ">
99 < 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+
1022 < script src ="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.11.0/beautify.min.js "> </ script >
1123 < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-162765588-3 "> </ script >
1224 < script >
Original file line number Diff line number Diff line change 5858 ></textarea >
5959 </div >
6060
61- <div class =" mb-4 " >
61+ <div class =" feedback " >
6262 <a href =" https://github.com/LostMyCode/javascript-deobfuscator/issues" target =" _blank" >Feedback (GitHub)</a >
6363 </div >
6464 </div >
@@ -114,7 +114,6 @@ export default {
114114 )
115115 .then ((res ) => {
116116 this .running = false ;
117- // console.log(res);
118117 res .data = res .data .replace (/ \n / g , " " );
119118 this .changeProgress (0 );
120119 this .$refs .alert .showAlert (
@@ -148,7 +147,7 @@ export default {
148147 },
149148 toggleTargetFuncTip () {
150149 this .$refs .TargetFuncTip .toggle ();
151- }
150+ },
152151 },
153152
154153 mounted () {
Original file line number Diff line number Diff line change 1414 <div class =" codeblock" >
1515 <span class =" target" >_0x439c</span >('0x2','f]Xg')
1616 </div >
17+ <div class =" code-example shadow" >
18+ <img src =" ../assets/how_to_find_fn.png" class =" img-fluid" >
19+ </div >
1720 <p class =" card-text" >
1821 In this case, target function name is <span class =" target" >_0x439c</span >
1922 </p >
Original file line number Diff line number Diff line change 1818 margin : 20px ;
1919}
2020
21+ .code-example {
22+ margin : 20px ;
23+ }
24+
2125span .target {
2226 color : rgb (148 , 33 , 142 );
2327 font-weight : bold ;
28+ }
29+
30+ .feedback {
31+ margin-bottom : 80px ;
2432}
You can’t perform that action at this time.
0 commit comments