Skip to content

Commit 3962cd1

Browse files
authored
Add files via upload
1 parent 7f2d0bb commit 3962cd1

5 files changed

Lines changed: 13 additions & 12 deletions

File tree

chrome.png

21.8 KB
Loading

frp.jpg

48.5 KB
Loading

index.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<title>Samsung FRP Bypass from the Browser | Sudo-Self</title>
88
<link rel="icon" href="/favicon.ico" sizes="any">
99
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
10-
<!-- Tailwind CSS CDN -->
1110
<script src="https://cdn.tailwindcss.com"></script>
1211
<style>
1312
body {
@@ -64,72 +63,74 @@
6463
<body class="bg-gradient-to-r from-gray-800 to-black">
6564

6665
<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 />
6867
<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>
6968

7069
</div>
7170

7271

7372
<div class="container mx-auto p-6 bg-gray-900 rounded-lg shadow-lg mb-8">
7473
<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>
7575

7676
<div class="flex justify-center mb-4">
7777
<button id="connectButton" class="btn-primary">
78-
Connect USB Device
78+
Connect Device USB
7979
</button>
8080
</div>
8181

8282
<div class="flex justify-center mb-4">
8383
<button onclick="sendAllCommands()" class="btn-secondary">
84-
Enable USB Debug
84+
Enable
8585
</button>
8686
</div>
8787

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>
8989
<div id="log" class="log"></div>
9090
</div>
9191

9292

9393
<div class="container mx-auto p-6 bg-gray-900 rounded-lg shadow-lg mb-8">
9494
<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>
9596

9697
<div class="flex justify-center mb-4">
9798
<button id="connectToPhone" class="btn-primary">
98-
Connect USB Device
99+
Connect
99100
</button>
100101
</div>
101102

102103
<div class="flex justify-center mb-4">
103104
<button onclick="sendAllCommandsAdb()" class="btn-secondary">
104-
Bypass Frp Lock
105+
Bypass
105106
</button>
106107
</div>
107108

108109
<h3 class="text-xl text-gray-300 font-bold">ADB Commands</h3>
109110
<div id="logadb" class="log"></div>
110111
</div>
111112

112-
113+
<!-- Notice and Link -->
113114
<div class="container mx-auto p-6 text-center bg-gray-900 rounded-lg shadow-lg">
114115
<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>
116117
<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.')">
117118
Disclaimer!
118119
</p>
119120
</div>
120-
121+
<!-- Links Section (Bottom Container) -->
121122
<div class="container mx-auto p-6 bg-gray-900 rounded-lg shadow-lg mb-8 link-container">
122123
<h2 class="text-2xl text-white font-bold mb-4">Device Operations</h2>
123124
<table class="table-auto w-full">
124125
<tbody>
125-
126+
<!-- Android Settings -->
126127
<tr>
127128
<td class="w-3/4 py-2 text-left text-white">Android Settings</td>
128129
<td class="w-1/4 py-2 text-right">
129130
<a href="intent://com.android.settings/#Intent;scheme=android-app;end" class="text-red-500 hover:underline">OPEN</a>
130131
</td>
131132
</tr>
132-
133+
<!-- Galaxy Apps -->
133134
<tr>
134135
<td class="w-3/4 py-2 text-left text-white">Galaxy Apps</td>
135136
<td class="w-1/4 py-2 text-right">

plug.jpg

34.7 KB
Loading

support.png

63.1 KB
Loading

0 commit comments

Comments
 (0)