Discussions » Development

Creating Scripts

§
Posted: 2016-11-27

Creating Scripts

Hey guys,

I'd like to learn how to create these scripts and post them here to help people out. I've learned HTML/CSS and JavaScript so far. I can't seem to find a way of learning how to script an event that occurs on a browser. I would really appreciate the help.

Thank you!

§
Posted: 2016-11-27

Well, if you know HTML/CSS & JS, then you only need the Greasemonkey or Tampermonkey documentation:
GM: https://wiki.greasespot.net/Greasemonkey_Manual
TM: https://tampermonkey.net/documentation.php

§
Posted: 2016-11-27
Well, if you know HTML/CSS & JS, then you only need the Greasemonkey or Tampermonkey documentation:
GM: https://wiki.greasespot.net/Greasemonkey_Manual
TM: https://tampermonkey.net/documentation.php

I can't seem to incorporate what I've learned and create scripts.

§
Posted: 2016-11-27

Did you read the documentation ?
Finally you can use a simple script as example. Try to understand reading those scripts:
https://greasyfork.org/scripts/18563-goog-no-rewritelink/code
https://greasyfork.org/scripts/18564-youtube-nsfw/code

§
Posted: 2016-11-27
Did you read the documentation ?
Finally you can use a simple script as example. Try to understand reading those scripts:
https://greasyfork.org/scripts/18563-goog-no-rewritelink/code
https://greasyfork.org/scripts/18564-youtube-nsfw/code

Awesome thank you!

Post reply

Sign in to post a reply.