oneko: Disable pointer events to not block below buttons (#395)
Updated version of oneko which disables pointer Events. Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
		
							parent
							
								
									da2d317555
								
							
						
					
					
						commit
						23a461c36d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -26,7 +26,7 @@ export default definePlugin({
 | 
				
			||||||
    authors: [Devs.Ven, Devs.adryd],
 | 
					    authors: [Devs.Ven, Devs.adryd],
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    start() {
 | 
					    start() {
 | 
				
			||||||
        fetch("https://raw.githubusercontent.com/adryd325/oneko.js/14bab15a755d0e35cd4ae19c931d96d306f99f42/oneko.js")
 | 
					        fetch("https://raw.githubusercontent.com/adryd325/oneko.js/5977144dce83e4d71af1de005d16e38eebeb7b72/oneko.js")
 | 
				
			||||||
            .then(x => x.text())
 | 
					            .then(x => x.text())
 | 
				
			||||||
            .then(s => s.replace("./oneko.gif", "https://raw.githubusercontent.com/adryd325/oneko.js/14bab15a755d0e35cd4ae19c931d96d306f99f42/oneko.gif"))
 | 
					            .then(s => s.replace("./oneko.gif", "https://raw.githubusercontent.com/adryd325/oneko.js/14bab15a755d0e35cd4ae19c931d96d306f99f42/oneko.gif"))
 | 
				
			||||||
            .then(eval);
 | 
					            .then(eval);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue