File tree 4 files changed +35
-17
lines changed
4 files changed +35
-17
lines changed Original file line number Diff line number Diff line change 1
1
@import " semantic.less" ;
2
2
@import (inline ) " ~codemirror/lib/codemirror.css" ;
3
+ @import url(' ~semantic-ui-less/themes/default/globals/site.variables' );
4
+
5
+ #Github {
6
+ display : flex ;
7
+
8
+ @media only screen and (max-width : @largestMobileScreen ) {
9
+ & {
10
+ justify-content : center ;
11
+ }
12
+ }
13
+ }
3
14
4
15
.CodeMirror {
5
16
height : 200px ;
Original file line number Diff line number Diff line change 8
8
9
9
This project is a web interface to the [ javascript obufscator] ( https://github.com/javascript-obfuscator/javascript-obfuscator ) project.
10
10
11
- You can see it running here: https://javascriptobfuscator.herokuapp.com
11
+ You can see it running here: [ obfuscator.io ] ( https://obfuscator.io )
12
12
13
13
## Running it
14
14
@@ -27,7 +27,7 @@ The server runs on http://localhost:3000/
27
27
28
28
## License
29
29
30
- Copyright (C) 2016 Tiago Serafim
30
+ Copyright (C) 2016-2018 Tiago Serafim
31
31
32
32
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
33
33
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " javascript-obfuscator-web" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " " ,
5
5
"main" : " server.js" ,
6
6
"engines" : {
7
7
"node" : " >=6.3.1"
8
8
},
9
9
"scripts" : {
10
- "test" : " echo \" Error: no test specified\" && exit 1" ,
11
10
"start" : " node server.js" ,
12
11
"webpack:dev" : " webpack --mode development --config webpack.conf.js --watch --color --progress" ,
13
12
"webpack:prod" : " NODE_ENV=production webpack --mode production --config webpack.conf.js --progress --optimize-minimize" ,
24
23
"graceful-fs" : " 4.1.9" ,
25
24
"inert" : " 5.1.0" ,
26
25
"javascript-obfuscator" : " 0.15.0" ,
27
- "prop-types" : " ^ 15.6.1" ,
26
+ "prop-types" : " 15.6.1" ,
28
27
"react" : " 16.3.0" ,
29
28
"react-codemirror" : " 1.0.0" ,
30
29
"react-dom" : " 16.3.0" ,
Original file line number Diff line number Diff line change 32
32
< div class ="column twelve wide ">
33
33
< div class ="ui basic segment ">
34
34
< h1 > JavaScript Obfuscator Tool</ h1 >
35
- < p > A free and efficient obfuscator for JavaScript (including ES6). Make your code harder to copy and
35
+ < p >
36
+ A free and efficient obfuscator for JavaScript (including ES6). Make your code harder to copy and
36
37
prevent people from stealing your work. This tool is a Web UI to the excellent (and open source)
37
38
< code > < a href ="https://github.com/javascript-obfuscator/javascript-obfuscator " target ="_new "> javascript-obfuscator</ a > @0.15.0</ code >
38
- created by Timofey Kachalov.</ p >
39
+ created by Timofey Kachalov.
40
+ </ p >
41
+ < div id ="Github ">
42
+ < iframe
43
+ src ="https://ghbtns.com/github-btn.html?user=javascript-obfuscator&repo=javascript-obfuscator&type=star&size=large "
44
+ frameborder ="0 "
45
+ scrolling ="0 "
46
+ width ="80px "
47
+ height ="30px "
48
+ > </ iframe >
49
+ < iframe
50
+ src ="https://ghbtns.com/github-btn.html?user=javascript-obfuscator&repo=javascript-obfuscator&type=watch&v=2&size=large "
51
+ frameborder ="0 "
52
+ scrolling ="0 "
53
+ width ="90px "
54
+ height ="30px "
55
+ > </ iframe >
56
+ </ div >
39
57
</ div >
40
58
</ div >
41
59
@@ -44,16 +62,6 @@ <h1>JavaScript Obfuscator Tool</h1>
44
62
< a href ="https://github.com/javascript-obfuscator/javascript-obfuscator ">
45
63
< img id ="Logo " class ="ui image centered " src ="/static/images/logo.png " alt ="obfuscator.io ">
46
64
</ a >
47
- < div class ="ui container grid ">
48
- < div class ="row ">
49
- < div class ="column eight wide ">
50
- < iframe src ="https://ghbtns.com/github-btn.html?user=javascript-obfuscator&repo=javascript-obfuscator&type=star&count=true " frameborder ="0 " scrolling ="0 " width ="160px " height ="30px "> </ iframe >
51
- </ div >
52
- < div class ="column eight wide ">
53
- < iframe src ="https://ghbtns.com/github-btn.html?user=javascript-obfuscator&repo=javascript-obfuscator&type=watch&count=true&v=2 " frameborder ="0 " scrolling ="0 " width ="160px " height ="30px "> </ iframe >
54
- </ div >
55
- </ div >
56
- </ div >
57
65
</ div >
58
66
</ div >
59
67
</ div >
You can’t perform that action at this time.
0 commit comments