PPS v2 - how do you get the view space view dir in a shader?

without injecting it from a c# script

You can’t. Your post processing script needs to pass it to the material. AFAIK only the screen space reflections effect has access to the necessary matrices, because it has the code to get all that from the camera and pass it on.