File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "dependencies" : {
6- "@rajesh896/broprint.js" : " ^1.2.5 " ,
6+ "@rajesh896/broprint.js" : " ^2.1.0 " ,
77 "@testing-library/jest-dom" : " ^5.16.4" ,
88 "@testing-library/react" : " ^13.1.1" ,
99 "@testing-library/user-event" : " ^13.5.0" ,
Original file line number Diff line number Diff line change @@ -18,12 +18,14 @@ body, html{
1818 width : 100% ;
1919 font-size : calc (60px + 2vmin );
2020 color : white;
21+ /* padding: 10px; */
2122}
2223.App .header {
2324 display : flex;
2425 flex-direction : column;
2526 align-items : center;
2627 justify-content : center;
28+ text-align : center;
2729}
2830.App p {
2931 font-size : 14px ;
@@ -42,6 +44,7 @@ body, html{
4244.App .id-container textarea {
4345 font-size : 30px ;
4446 max-width : 900px ;
47+ width : 100% ;
4548 padding : 20px ;
4649}
4750.App .id-container button {
Original file line number Diff line number Diff line change 11import { getCurrentBrowserFingerPrint } from '@rajesh896/broprint.js' ;
2- import React , { useState } from 'react' ;
2+ import { useState } from 'react' ;
33import './App.css' ;
44
55
@@ -24,7 +24,7 @@ function App() {
2424 < section className = "id-container" >
2525 < textarea rows = { 3 } cols = { 100 } placeholder = "This browser's fingerprint" value = { browserFingerprint } onChange = { ( ) => { } } > </ textarea >
2626 < p > < button onClick = { ( ) => { getBrowserFingerPrint ( ) } } > Generate FingerPrint</ button > </ p >
27- < p style = { { marginTop : 20 } } > You must try this window in incognito, with vpn and check if Id remains same. It will never change.</ p >
27+ < p style = { { marginTop : 20 } } > You must try this window in incognito, with vpn and check if Id remains same. It will never change. < sub > [no brave support] </ sub > </ p >
2828 </ section >
2929 < footer >
3030 < div > < a href = 'https://github.com/rajesh-royal' title = 'developer/author github account' > @rajesh-royal</ a > </ div >
Original file line number Diff line number Diff line change 11{
22 "name" : " @rajesh896/broprint.js" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " The world's easiest, smallest and powerful visitor identifier for browsers." ,
55 "main" : " ./lib/index.js" ,
66 "types" : " ./lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments