|
7 | 7 | <title>Samsung FRP Bypass from the Browser | Sudo-Self</title> |
8 | 8 | <link rel="icon" href="/favicon.ico" sizes="any"> |
9 | 9 | <link rel="apple-touch-icon" href="/apple-touch-icon.png"> |
10 | | - <!-- Tailwind CSS CDN --> |
11 | 10 | <script src="https://cdn.tailwindcss.com"></script> |
12 | 11 | <style> |
13 | 12 | body { |
|
64 | 63 | <body class="bg-gradient-to-r from-gray-800 to-black"> |
65 | 64 |
|
66 | 65 | <div class="text-center p-6"> |
67 | | - <h3 class="text-4xl text-white font-bold">Samsung FRP Bypass | Chrome Browser</h3><br /> |
| 66 | + <h3 class="text-4xl text-white font-bold">Samsung FRP Bypass <center><img src="./chrome.png" width="100px" hieght="auto"></img></center></h3><br /> |
68 | 67 | <a class="github-button" href="https://github.com/sudo-self/samsung-frp-browser" data-color-scheme="no-preference: light; light: light; dark: light;" data-icon="octicon-star" data-size="large" aria-label="Star sudo-self/samsung-frp-browser on GitHub">Star</a> |
69 | 68 |
|
70 | 69 | </div> |
71 | 70 |
|
72 | 71 |
|
73 | 72 | <div class="container mx-auto p-6 bg-gray-900 rounded-lg shadow-lg mb-8"> |
74 | 73 | <h1 class="text-3xl text-purple-400 font-extrabold mb-4">Enable USB Debugging</h1> |
| 74 | + <img src="./plug.jpg" width="300px" hieght="auto"></img> |
75 | 75 |
|
76 | 76 | <div class="flex justify-center mb-4"> |
77 | 77 | <button id="connectButton" class="btn-primary"> |
78 | | - Connect USB Device |
| 78 | + Connect Device USB |
79 | 79 | </button> |
80 | 80 | </div> |
81 | 81 |
|
82 | 82 | <div class="flex justify-center mb-4"> |
83 | 83 | <button onclick="sendAllCommands()" class="btn-secondary"> |
84 | | - Enable USB Debug |
| 84 | + Enable |
85 | 85 | </button> |
86 | 86 | </div> |
87 | 87 |
|
88 | | - <h3 class="text-xl text-gray-300 font-bold">If device not read select another USB port</h3> |
| 88 | + <h3 class="text-xl text-gray-300 font-bold">not read select another USB port</h3> |
89 | 89 | <div id="log" class="log"></div> |
90 | 90 | </div> |
91 | 91 |
|
92 | 92 |
|
93 | 93 | <div class="container mx-auto p-6 bg-gray-900 rounded-lg shadow-lg mb-8"> |
94 | 94 | <h1 class="text-3xl text-purple-400 font-extrabold mb-4">Bypass FRP Lock</h1> |
| 95 | + <img src="./frp.jpg" width="300px" hieght="auto"></img> |
95 | 96 |
|
96 | 97 | <div class="flex justify-center mb-4"> |
97 | 98 | <button id="connectToPhone" class="btn-primary"> |
98 | | - Connect USB Device |
| 99 | + Connect |
99 | 100 | </button> |
100 | 101 | </div> |
101 | 102 |
|
102 | 103 | <div class="flex justify-center mb-4"> |
103 | 104 | <button onclick="sendAllCommandsAdb()" class="btn-secondary"> |
104 | | - Bypass Frp Lock |
| 105 | + Bypass |
105 | 106 | </button> |
106 | 107 | </div> |
107 | 108 |
|
108 | 109 | <h3 class="text-xl text-gray-300 font-bold">ADB Commands</h3> |
109 | 110 | <div id="logadb" class="log"></div> |
110 | 111 | </div> |
111 | 112 |
|
112 | | - |
| 113 | + <!-- Notice and Link --> |
113 | 114 | <div class="container mx-auto p-6 text-center bg-gray-900 rounded-lg shadow-lg"> |
114 | 115 | <p class="text-2xl text-pink-500 font-bold mb-4"><a href="https://vnrom.net/bypass/" target="_blank" class="text-pink-400 hover:underline">BYPASS LINKS</a></p> |
115 | | - <center><img src="giphy.gif" width="200px" hieght="auto"></img></center> |
| 116 | + <center><img src="./support.png" width="200px" hieght="auto"></img></center> |
116 | 117 | <p class="notice mb-4" onclick="alert('This is for educational and research purposes only. do not use this on devices that are not your own. Data loss is likely so backup your stuff before you proceed. I am not liable for any kind of damage you cause with this tool.')"> |
117 | 118 | Disclaimer! |
118 | 119 | </p> |
119 | 120 | </div> |
120 | | - |
| 121 | + <!-- Links Section (Bottom Container) --> |
121 | 122 | <div class="container mx-auto p-6 bg-gray-900 rounded-lg shadow-lg mb-8 link-container"> |
122 | 123 | <h2 class="text-2xl text-white font-bold mb-4">Device Operations</h2> |
123 | 124 | <table class="table-auto w-full"> |
124 | 125 | <tbody> |
125 | | - |
| 126 | + <!-- Android Settings --> |
126 | 127 | <tr> |
127 | 128 | <td class="w-3/4 py-2 text-left text-white">Android Settings</td> |
128 | 129 | <td class="w-1/4 py-2 text-right"> |
129 | 130 | <a href="intent://com.android.settings/#Intent;scheme=android-app;end" class="text-red-500 hover:underline">OPEN</a> |
130 | 131 | </td> |
131 | 132 | </tr> |
132 | | - |
| 133 | + <!-- Galaxy Apps --> |
133 | 134 | <tr> |
134 | 135 | <td class="w-3/4 py-2 text-left text-white">Galaxy Apps</td> |
135 | 136 | <td class="w-1/4 py-2 text-right"> |
|
0 commit comments