mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-30 15:41:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			102 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			102 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <iframe id="i"></iframe>
 | |
| <script>
 | |
| var doc = i.contentDocument;
 | |
| i.remove();
 | |
| doc.cloneNode();
 | |
| </script>
 | 
