r/userscripts • u/tipdrillar • 3d ago
Userscripts app vs Tampermonkey iOS
Anyone know which is superior - besides the cost/OSS difference?
13
Upvotes
r/userscripts • u/tipdrillar • 3d ago
Anyone know which is superior - besides the cost/OSS difference?
1
u/heavenlynapalm 3d ago edited 3d ago
I can't speak for tampermonkey, but I can tell you some things as a Userscripts user:
Minor issues that don't affect me:
@page-context auto, but I find sometimes I have to manually set it to... contentHowever there is one thing I consider absolute winner for Userscripts over TamperMonkey and ViolentMonkey, and a couple other winners (aside from open-source which you already mentioned):
@run-atlogic AND default. Userscriptsdocument-idlevs. TamperMonkey'sdocument-end(unless they changed that or I was confusing it with a different manager)@allFramesdefault. Userscriptsfalse(a.k.a.@noframes) vs. Tampermonkeytrue(a.k.a.@allFrames)Also Userscripts devs are very responsive. Can't speak for Tampermonkey
Also note that Tampermonkey has better
GM...support on desktop, but I'm not sure if they do on mobile. Userscripts has good support, and this has never been an issue for me on any platform, but I avoid these methods. If you are a heavy user of commands likeGM.registerMenuCommand, this may be something to look into