mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	yesh
This commit is contained in:
		
							parent
							
								
									7cb8ec404a
								
							
						
					
					
						commit
						bd41b300d6
					
				| @ -1325,9 +1325,21 @@ links.forEach(link => { | ||||
| 
 | ||||
|                                   <script> // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later   | ||||
|   | ||||
|       var cacheVersion = 1; | ||||
|       if ('serviceWorker' in navigator) { | ||||
|   navigator.serviceWorker.getRegistrations().then(function(registrations) { | ||||
|     for (let registration of registrations) { | ||||
|       registration.unregister(); | ||||
|     } | ||||
|   }); | ||||
|   if ('caches' in window) { | ||||
|   caches.keys().then(function(cacheNames) { | ||||
|     cacheNames.forEach(function(cacheName) { | ||||
|       caches.delete(cacheName); | ||||
|     }); | ||||
|   }); | ||||
| } | ||||
| 
 | ||||
|       caches.delete('offline-cache' + cacheVersion) | ||||
| } | ||||
|   </script> | ||||
|     </body > | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley