Skip to main content

Questions tagged [javascript]

0 votes
0 answers
106 views

I have a complex schedule I want to share on a web page of a site I host. I have the calendar in the Calendar app shared as a public calendar. I want to use JavaScript to fetch the .ics file, which I ...
kd4ttc's user avatar
  • 373
3 votes
1 answer
1k views

I am trying the “Run JavaScript on Web Page” action in Apple Shortcuts with this simple script: alert("test"); completion(result); The alert fires and shows a message. However, I keep ...
Tugrul Ates's user avatar
0 votes
0 answers
826 views

There are buttons on some internal websites (can't provide an explicit link). Clicking most of them just gives no response at all in any browser (Firefox, Chrome, Safari, Edge) on all my different ...
xiaohuamao's user avatar
1 vote
0 answers
255 views

Has anyone provided a good solution to the lack of an escape key on iPhone yet, for vim mode? I feel like this needs a definitive solution, and I’d be willing to work on it if nobody has, yet. Not an ...
Julius Hamilton's user avatar
0 votes
1 answer
116 views

I’m trying to write a simple script which reads one line of text from a remote server. The URL is something like: https://ajax.internotes.net/password/?password=Test@321 This returns a simple has of a ...
Manngo's user avatar
  • 3,945
0 votes
1 answer
590 views

i have an electron node application which i can open multiple instances in windows but not in MAC OS , how can i achieve the same functionality in mac also ?
satishVudata's user avatar
1 vote
0 answers
590 views

Problem Statement On macOS, Is there a way to open all links from a Chromium PWA application in my default browser, Safari? Any advice or workarounds would be greatly appreciated. Scenario Open Bing ...
fatFeather's user avatar
5 votes
2 answers
5k views

Safari 16.xx had an option Disable JavaScript in menu bar>Developers. I had a shortcut to simply enable/disable JavaScript with an easy shortcut. With Safari 17 Apple redesigned the developers ...
David's user avatar
  • 300
0 votes
1 answer
165 views

Since Spring, various websites have stopped working properly (on Safari and Opera) on my iPhone 8 running iOS 12. No problems on Android or MacOS. I suspect JavaScript (grey buttons don't go red when ...
reallydismayed's user avatar
2 votes
0 answers
764 views

According to this: https://support.apple.com/en-eg/guide/shortcuts/apd218e2187d/ios And this: https://developer.apple.com/documentation/javascriptcore And this: https://medium.com/@chrishutchinson/...
Julius Hamilton's user avatar
3 votes
1 answer
178 views

I was quite surprised the fact that Apple Automator can make backups for my notes. So I wrote a small script for that. But there are two unsolved issues. In for each files are creating but there are ...
dsjfhdjshfjkdshjf's user avatar
3 votes
1 answer
5k views

How can I create a shortcut to quickly toggle JavaScript off/on on my iPhone? I prefer to read the news with JavaScript disabled and then other websites, which typically require it to work, with it ...
jimmont's user avatar
  • 1,428
1 vote
1 answer
118 views

I downloaded a JavaScript document, but it fails to load in my webpage, stating that the mimetype of "" is not acceptable. When I use the file(1) command on the JavaScript file, it tells me ...
user3481644's user avatar
0 votes
1 answer
215 views

How can I iterate over the media items of an album in Photos.app? By copying and editing online code, I got this far: for (const album of Application("Photos").albums()) { console.log(&...
Harmeling's user avatar
  • 111
2 votes
2 answers
805 views

I want to create a script for opening an app in nonstandard location quickly. With AppleScript, the app can be started with: tell application [app path] to run I want to do the same using javascript ...
cdowen's user avatar
  • 519

15 30 50 per page
1
2 3 4 5
9