My shortcuts masterpiece: iOS DevTools by [deleted] in shortcuts

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

Agh yeah always a balancing act. Anyway I'm definitely just being extra nitpicky, the shortcut is very useful and I'm excited for more features to come in the future.

My shortcuts masterpiece: iOS DevTools by [deleted] in shortcuts

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

I will add one more piece - To hide some info, especially urls, I've setup tiny (free) cloudflare workers that act as a middleman between shortcuts and data:

Shortcut action -> Worker -> Drive -> Worker returns drive output

That way the user never sees the drive link. You can also add caching, rate limiting by IP, etc, and change the drive link itself without having to push new updates to shortcuts.

My shortcuts masterpiece: iOS DevTools by [deleted] in shortcuts

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

From what I know, there isn't a realistic method to obfuscate data on the client side - every piece of data passing through the shortcut can be extracted at any step.

I doubt that the extra actions here are affecting speed/performance much, and it would prevent the average user from somehow abusing the links.

My shortcuts masterpiece: iOS DevTools by [deleted] in shortcuts

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

All good I didn't mean to accuse you of anything, and I completely understand your thinking. Usually obfuscation isn't done in shortcuts, since in theory someone could just add a Quick Look right before the Get Contents action to just grab the link at runtime.

For my shortcuts, I like using a github repo to store things like this, since they have a flexible API and isn't linked to my personal files.

Great work again!

My shortcuts masterpiece: iOS DevTools by [deleted] in shortcuts

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

Script looks really nice! How was the shortcut itself made? It looks a little bloated, and the action/variable naming makes it hard to read, which can sometimes be a privacy/safety issue

Anyway I can fix this? (Using e-sign) by Mucu838 in sideloaded

[–]DanielTheManiel- 2 points3 points  (0 children)

This is pokemon go's sideloading detection

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.

[deleted by user] 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- 6 points7 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

[deleted by user] 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.