forked from mirrors/cursor-free-vip
5 lines
191 B
JavaScript
5 lines
191 B
JavaScript
// Import the contents of your other files
|
|
importScripts('default_filters.js', 'block.js');
|
|
|
|
// Your service worker initialization code can go here
|
|
console.log('Service worker initialized');
|