Service Workers and Mobile Redirect

I’m interested in using CF mobile redirect and Service Workers to quickly/lazily make a mobile friendlier version of www.filmfights.com without modifying the origin code.

My end goal is to update the whole site but the client wants to have a mobile friendly version as a priority and my thinking was to use mobile redirect to redirect into a Service Worker path, then use that to peel out/replace offensive CSS [and replace SWF video player with js/html5].

Is something like that possible?

Thank you :slight_smile:

I suspect the harder thing here would be to discriminate between desktop and mobile User Agents. The rest is pretty easy and it’s what Workers are used for.