Is it possible to configure css and javascript user

Is it possible to allow the user to configure and store their own pages in javascript [1] and css?

[1] they can collect information about the content that they own on the website through the javascript API

+3
source share
6 answers

There are quite a few answers to this question, all making different assumptions about things that are not clear in the question, so let me clarify all this a bit:

  • If you ask users who add their own CSS and JavaScript for their own page, which they can only see , then you can do it because they can do it anyway with or without your help.

  • If you ask how users add custom CSS and JavaScript for any page that offer users can see , like their profile pages, they never let them do that.

- JavaScript , . CSS . HTML . CSS . HTML . , , . HTML, CSS JavaScript, , , , .

+2

javascript. .

+1

, , Javascript, B - shenanigans.

+1

css , , , javascript , .

+1

, . , DOM -.

, JS, window.location , , . , .

If you care what people get when they visit your site (for example, if it's a social networking site), you can enable CSS slide. But I avoid JavaScript because it poses a ton of security risks to other users.

+1
source

If you want to impress your users, check out this one. If you want to stay safe, do not touch it.

0
source

All Articles