python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
EXTENSIONS: convert Firefox extension to Safari extension
I am trying to convert my firefox extension to a safari extension. To do that, I used these codes xcrun safari-web-extension-converter /path/to/extension .
In my package json, I wrote a script :
"...
Ceren Keklik
Votes: 0
Answers: 0
Edit Javascript of a website before the page is loaded Chrome Extension
I am trying to make a chrome extension that can edit and remove parts of Javascript of a webpage preferably before the page is loaded.
For Example, the following script tag is within my test html webs...
Brandalf
Votes: 0
Answers: 1
How to run specific script for particular website and general script for other websites
This question is completely different from match-all-urls-except-certain-urls-in-chrome-extension. This question is to run a specific script on the website rather than excluding it completely.
I am de...
sagarpandya
Votes: 0
Answers: 0
SAPUI5 - HTML5 Application - Use function in manifest.json
I have this really basic SAPUI5 application created from the template available in SAP Business Application Studio.
I have defined a custom resource in the manifest.json which executes a javascript fu...
on1zuka
Votes: 0
Answers: 0