mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:32:46 +00:00 
			
		
		
		
	 5122f98198
			
		
	
	
		5122f98198
		
	
	
	
	
		
			
			Also use "// prettier-ignore" comments where necessary rather than excluding whole files (via .prettierignore).
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| document.addEventListener("DOMContentLoaded", function () {
 | |
|     document.getElementById("ua").innerHTML = navigator.userAgent;
 | |
| });
 |