Hi everybody, I've created a project that shows ho...
# javascript
f
Hi everybody, I've created a project that shows how you can write Grease-/Tamper-/Violent)-monkey user scripts with KotlinJS https://github.com/Foso/gtvmonkey-scripts#greasetamperviolent-monkey-scripts-with-kotlinjs
c
interesting. Do you have any more samples available for something more complicated?
f
A bit more complicated would be the floating menu you can find here https://github.com/Foso/gtvmonkey-scripts/blob/master/src/main/kotlin/Common.kt#L13 , other than that i don' t have more examples right now. But if you have interesting ideas, i'm happy to try it out 😉
👍 1
r
Why would you want to put out a product which frustrates the user?
f
? What frustates? Who?
c
@Rescribet Really not sure what you mean here. This is a template project. It is intended for you to create your own desired experience (as great or terrible as you desire). The samples are just samples to show how it could work in Kotlin. They should not be seen as "the product"
👍 1
r
Ooh, I misread the project, I thought this was to make a web-app grease/tampermonkey resistant, but it's quite the opposite, awesome
r
Do you think that still works? I'm looking to explore migrating some of my scripts to Kotlin JS but I couldn't find a lot of resources.