mirror of
				https://github.com/EndPwnArchive/endpwn3.git
				synced 2024-08-15 00:23:30 +00:00 
			
		
		
		
	maybe it will work this time
This commit is contained in:
		
							parent
							
								
									17a5014d7e
								
							
						
					
					
						commit
						b155a2f013
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
/*
 | 
			
		||||
 | 
			
		||||
    crxpwn
 | 
			
		||||
    crxPwn Payload
 | 
			
		||||
    
 | 
			
		||||
    Copyright 2018 EndPwn Project
 | 
			
		||||
    
 | 
			
		||||
| 
						 | 
				
			
			@ -17,7 +17,7 @@
 | 
			
		|||
(() => {
 | 
			
		||||
 | 
			
		||||
    function __crxprint(str) {
 | 
			
		||||
        console.log(`%c[crxpwn]%c ` + str, 'font-weight:bold;color:#0cc', '');
 | 
			
		||||
        console.log(`%c[crxPwn]%c ` + str, 'font-weight:bold;color:#0cc', '');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (location.hostname.indexOf('discordapp') == -1) return;
 | 
			
		||||
| 
						 | 
				
			
			@ -41,6 +41,6 @@
 | 
			
		|||
 | 
			
		||||
    // call their entrypoints
 | 
			
		||||
    crispr.go();
 | 
			
		||||
    document.body.onload = () => epapi.go('crxpwn', 0, 1);
 | 
			
		||||
    window.document.body.onload = () => epapi.go('crxpwn', 0, 1);
 | 
			
		||||
 | 
			
		||||
})();
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue