Is there any websites providing javascript-based API for page customization?
-
Users of SNS sites often require some page customization by themselves. Such as hiding some post on facebook newsfeed, use some browser extension to modify youtube page, etc. Most time these are done by run extra javascript code provided by browser plugin like TemperMonkey. But to modify a web page based on information in DOM seems a hard work, and also difficult to keep up to date. Thus, I wonder why there are no websites provide some API, like well-defined javascript function for customize. Like how those posts are arranged. Or, there are technical difficulties, or just don't worth to do that ? Or, maybe just I don't know these sites yet.
-
Answer:
You may want to take a look at SiteApps. It provides means to install small applications on Web pages without great programming knowledge. I am not sure if you will find the exact applications you want there, you need to check it out. http://www.siteapps.com/
Manuel Lemos at Quora Visit the source
Other answers
One possible reason is security. A 3rd party website API would likely need to run Javascript in your browser to dynamically rearrange content within the DOM in your browser while you're on Facebook, or you would need to surf Facebook using their site as a proxy (either as a web proxy, or by surfing to their site and they serve up Facebook's content). Any of these present a way for the third party site to act as you on Facebook, possibly stealing your information, and also possibly violate Facebook's Terms of Service. Essentially what you are talking about is a personal agent (digital). They are coming, but they won't be from the walled gardens like Facebook in my opinion. Instead they will come from a new breed of social network that is distributed and puts user rights first. I am working on technology to support this at OASIS, in the XDI Technical Committee. Other projects also will support this, things like Pubsubhubbub, Salmon, Webfinger, Locker, http://Connect.me, and others.
William Barnhill
Related Q & A:
- Is ST_GeomFromText better than providing direct geometry?Best solution by Geographic Information Systems
- Is providing tutorial URL allowed?Best solution by Meta Stack Overflow
- How to Implement Gateway Service something similar to Oracle API gateway Using Java and Java based Open Source frameworks only?Best solution by Quora
- Why is Javascript called Javascript, if it has nothing to do with Java?Best solution by Stack Overflow
- What are some good character customization games for the 360?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.