Add JavaScript to some domain? [closed] - javascript

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I seem to recall that there is a Firefox or Chrome plugin that allows you to run JavaScript, based upon the domain name. I basically want to write code to modify one particular site.

Greasemonkey and user scripts

Related

Make my page work for certain place [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I am under developing a game website i would like to know how to make only certain point of my website to work? and the rest should be disabled!
Assuming you gonna host it on a apache webserver, you could block some directorys with a .htacces file like asked here

What is the best way to host JavaScript libraries? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Are there any existing solutions for hosting JavaScript libraries like Google does with jQuery?
If not, what is the best way to host them? Also how can these files be protected without proper retrieval of them (i.e. a login to the server)?
You should read more about CDN - Content Delivery Network

Kindle ignoring all jquery [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Does Kindle fire automatically block all JQuery and Javascript?? Settings allow javascript but I can't get the simplest of javascript to fire - not even an alert - can anyone shed any light on the matter?
Supposedly there is a setting to turn on JavaScript.
Source: http://www.amazon.com/forum/kindle?_encoding=UTF8&cdForum=Fx1D7SY3BVSESG&cdThread=Tx3HX0DT8W2SG5J

How to do this pull-to-refresh in webapp? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How is the Gmail pull-to-refresh implemented?
latest version of iScroll has this built in
Large, hidden jquery slider or draggable of some sort? I made a time picker widget using those techniques recently and it worked ok.

Someone managed to write a line of code in my javascript file, how? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
How can someone physically change a javascript file? It's completely locked down and i've no idea how someone would be able to do this through a web browser.
Rob
Phished / Hacked your ftp credentials..
Obtained root credentials by exploiting database vulnerabilities etc etc..
Do not focus on the actual altered file (that is the payload distributor, if the changes were malicious) but focus on how the gained access on the server..

Categories