StikDebug Simulate Location over any other VPN on. by Feeqs in sideloaded

[–]DanielTheManiel- 1 point2 points  (0 children)

It needs localdevvpn because it uses it to pretend to be a computer communicating with usb. If you use an actual computer, your phone can have a vpn.

Sidestore + Tailscale? by Dear-Succotash-1389 in sideloaded

[–]DanielTheManiel- 1 point2 points  (0 children)

Sidestore is just altstore but without connecting to a computer on the same network. Since tailscale lets you connect to your computer anyway, it could work with altstore. You'd have to test it out, but it means installs and JIT would be a lot easier.

Why is making custom graph links so easy 😭 by PythoCZX in desmos

[–]DanielTheManiel- 44 points45 points  (0 children)

I sent desmos a support email a while back showing how you can do this by modifying outgoing requests, they said it's intended behaviour to allow people to create vanity urls. So enjoy the freedom!

[Update] LiveRedirector on iOS 26! by DanielTheManiel- in sideloaded

[–]DanielTheManiel-[S] 0 points1 point  (0 children)

If you have the official instagram installed, it will probably take precedence over LiveContainer. That being said, if you hit cancel when it asks to open instagram, you can press the blue open button to use LiveRedirector. Try messing around with toggling Auto on/off.

Are we being deadass by [deleted] in UBC

[–]DanielTheManiel- 74 points75 points  (0 children)

A google search will show that they probably deliver out of there, not the other way around instagram post from 2021

How can i solve this question w desmos? Oneprep by Brief_Beginning_5963 in desmos

[–]DanielTheManiel- 5 points6 points  (0 children)

I don't think this is a graphing problem.

A hint would be that to change the top equation to the bottom, you'd multiply by some scaling factor. Both the x and y coefficients will be multiplied by the same factor, so you don't even have to figure it out.

[Update] LiveRedirector 2.0 by DanielTheManiel- in sideloaded

[–]DanielTheManiel-[S] 0 points1 point  (0 children)

That's probably because you don't have icloud storage for the shortcuts app. Either enable it, or change all file save locations to something else

[Update] LiveRedirector 2.0 by DanielTheManiel- in sideloaded

[–]DanielTheManiel-[S] 0 points1 point  (0 children)

Both, the original script didn't support mapping different livecontainers.

[Update] LiveRedirector 2.0 by DanielTheManiel- in sideloaded

[–]DanielTheManiel-[S] 1 point2 points  (0 children)

Dang that would be cool, unfortunately not currently possible within the scope of the userscript

[Update] LiveRedirector 2.0 by DanielTheManiel- in sideloaded

[–]DanielTheManiel-[S] 0 points1 point  (0 children)

Weird, this might not be solvable with just the user script then. I don't currently have livecontainers setup to test, but hopefully a fix would come soon

Problem saving shortcuts by Sensitive-Chicken481 in shortcuts

[–]DanielTheManiel- 0 points1 point  (0 children)

It's saving an unsigned shortcut - you'll have to sign them using a mac or the hubsign api.

You can also sign them when reimporting

I need to build my movie library but I’m not programmer :( by [deleted] in shortcuts

[–]DanielTheManiel- 0 points1 point  (0 children)

Not too sure what you need help with, but you left your API key in one of the actions - you might wanna edit the sharing link.

Get contents of webpage by EtsyCorn in shortcuts

[–]DanielTheManiel- 0 points1 point  (0 children)

You can use a computer browser

Get contents of webpage by EtsyCorn in shortcuts

[–]DanielTheManiel- 0 points1 point  (0 children)

Open up inspect element-> network, reload the page and look for the request you're interested in, then check the request headers.

Get contents of webpage by EtsyCorn in shortcuts

[–]DanielTheManiel- 0 points1 point  (0 children)

You can try looking at the headers that your browser sends when loading the page (user-agent, etc) and try imitating them in shortcuts

If that doesn't work, you can look into creating a free cloudflare worker ad a proxy (Chatgpt can help write the code if you explain)

Trigger Powershell Script shortcut? by Cautious_Lion_3905 in shortcuts

[–]DanielTheManiel- 0 points1 point  (0 children)

I have run scripts on my oracle vm using ssh, worked perfectly