How to make is_admin() return false when I need it to?

This is kinda tricky! I’d say use either of the conditional tags or the global $pagenow variable to check your page, and then do that action what you’d otherwise do if is_admin was false.