Here's an updated version that also handles the side of the slopes correctly (with a little hacking) and the 4 cardinal directions. Not certain how one could handle slopes of any rotation exactly. Too much math for my brain, but probably possible somehow.
wackytoaster.at/parachute/3DPlatformerSlopesV2.c3p
I think the only real issue left is the fact that you can't put a slope on a 3D platform, but that's just because it's handled a bit janky right now as it can process either the platform or the slope, and simply prioritizes the platform and ignores the slope (because of the else)
dazedangelsSure, feel free to put it up. I guess you can link to my website.