Greasy Fork is available in English.

Discussions » Development

How to create a web page with JS?

§
Posted: 20.08.2020

I am a beginner to JS. If someone could explain how to create a web page with JS that would be really helpful.

§
Posted: 20.08.2020
Edited: 20.08.2020

Read the scripts I wrote https://greasyfork.org/en/users/670188-hacker09
like this one https://greasyfork.org/en/scripts/407727-find-the-correct-watch-order-and-all-related-entries-live-actions-doramas-copy-entry-title

document.createElement("a");
this creates an a element

document.createElement("div");
this creates a div

Post reply

Sign in to post a reply.