<!-- لینک آیفریم خود را به جای "your link" قرار دهید  -->
<!DOCTYPE html> <html> <style> body{ margin:0; overflow:hidden; } iframe{ border:none; width:100vw; height:80vh; } </style> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <iframe src="your link" frameborder="0" allowfullscreen></iframe> <script>document.addEventListener('contextmenu', event => event.preventDefault());</script> </body> </html>