Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
anbuinfosec committed Oct 28, 2024
1 parent a9fd25d commit 825ba46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ javascript:(function() {

## Step Images

| ![Image 1](./images/image1.png) | ![Image 2](./images/image2.png) |
| ![Image 1](./images/image1.jpg) | ![Image 2](./images/image2.jpg) |
|---------------------------------|---------------------------------|
| ![Image 3](./images/image3.png) | ![Image 4](./images/image4.png) |
| ![Image 5](./images/image5.png) | ![Image 6](./images/image6.png) |
| ![Image 7](./images/image7.png) | ![Image 8](./images/image8.png) |
| ![Image 3](./images/image3.jpg) | ![Image 4](./images/image4.jpg) |
| ![Image 5](./images/image5.jpg) | ![Image 6](./images/image6.jpg) |
| ![Image 7](./images/image7.jpg) | ![Image 8](./images/image8.jpg) |


## Tutorial

[![Watch the tutorial]()]()
[![Watch the tutorial](https://i.ytimg.com/vi/rCGdIlSVJCA/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AHcBoACgA-KAgwIABABGGQgZChkMA8=&rs=AOn4CLBztGkyLxbyqIloiQ2JNX9KG1efrQ")](https://youtu.be/O8oa3bwEF-o?si=kCD98KBpCcfCZxlJ)

## 🌐 Socials:
[![Facebook](https://img.shields.io/badge/Facebook-%231877F2.svg?logo=Facebook&logoColor=white)](https://facebook.com/anbuinfosec) [![Instagram](https://img.shields.io/badge/Instagram-%23E4405F.svg?logo=Instagram&logoColor=white)](https://instagram.com/anbuinfosec) [![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://linkedin.com/in/anbuinfosec) [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?logo=YouTube&logoColor=white)](https://youtube.com/@anbuinfosec) [![Codepen](https://img.shields.io/badge/Codepen-000000?style=for-the-badge&logo=codepen&logoColor=white)](https://codepen.io/anbuinfosec)
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,18 +169,13 @@ <h2>Step Images</h2>
<div class="tutorial">
<h2>Tutorial</h2>
<a href="https://youtu.be/O8oa3bwEF-o?si=kCD98KBpCcfCZxlJ" target="_blank">
<img src="https://img.youtube.com/vi/O8oa3bwEF-o/maxresdefault.jpg" alt="Watch the tutorial">
<img src="https://i.ytimg.com/vi/rCGdIlSVJCA/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AHcBoACgA-KAgwIABABGGQgZChkMA8=&rs=AOn4CLBztGkyLxbyqIloiQ2JNX9KG1efrQ" alt="Watch the tutorial">
</a>
</div>

<script>
function copyToClipboard() {
const code = `javascript:(function() {
var script = document.createElement('script');
script.src = 'https://cdnjs.cloudflare.com/ajax/libs/eruda/2.4.1/eruda.min.js';
document.body.appendChild(script);
script.onload = function () { eruda.init(); }
})();`;
const code = `javascript:(function() {var script = document.createElement('script');script.src = 'https://cdnjs.cloudflare.com/ajax/libs/eruda/2.4.1/eruda.min.js';document.body.appendChild(script);script.onload = function () { eruda.init(); }})();`;

navigator.clipboard.writeText(code).then(() => {
const toast = document.getElementById("copyToast");
Expand Down

0 comments on commit 825ba46

Please sign in to comment.