safari-extension
How can I block based on URL (from address bar) in a safari extension
I\'m trying to write an extension that will block access to (configurable) list of URLs if they are accessed more than N times per hour. From what I understand, I need to have a start script pass a \"[详细]
2023-03-14 17:23 分类:问答Make changes in XML file with javascript
I\'m making a safari extension and i need to make a change in the info.plist file from javascript. My javascript file is at /scripts[详细]
2023-03-14 10:11 分类:问答Get keyboard modifier when user click in toolbar command of safari extension
I want to get keyboard modifiers (like shift or option keys) when user click by toobar command of my safari extension.[详细]
2023-02-25 03:38 分类:问答How to reload a Safari Extension from the command line?
I need to \"Reload\" a Safari extension from the command line (and also build the package later). How can this be done?[详细]
2023-02-23 03:33 分类:问答Detect if Program is installed from javascript
I\'m developing an add-on or a plugin (NPAPI) for firefox. What are the best methods to detect if a certain windows program is installed or not from within the JavaScript of the extension开发者_JAVA技[详细]
2023-02-20 21:54 分类:问答Can a Safari extension save cookies?
Is it possible for Safari extensions to save cookies locally instead of using the browser\'s cookies? The problem with HTTPS ajax requests bringing up开发者_如何学C a login popup is starting to rankle[详细]
2023-02-18 13:33 分类:问答Safari extension unable to dispatchMessage to IFRAMEs in tab
I want to be able to dispatch a message from the global page to the content script running inside an IFRAME in one of the tabs. I found that the Safari extension APImay have a design oversight that do[详细]
2023-02-18 02:46 分类:问答HTML text unselectable but with a twich ! UNDELETABLE
I know about -moz-user-select: none; -webkit-user-select: none; -khtml-user-select: none; and it works fine in the code i have .[详细]
2023-02-16 04:30 分类:问答Safari extension modifying to an iframe within main page
Hi I\'ve wrote simple Safari extension to display QR code with url to currently visiting website..This is part of code where I am appending the code to page..[详细]
2023-02-13 12:05 分类:问答Can XMLHttpRequest data be stored in localStorage?
I am writing a Safari extension that makes an XMLHttpRequest for some XML data using jQuery.ajax. If I do console.log(data) in the process data function, I get an item Document which I can traverse.[详细]
2023-02-08 03:14 分类:问答
加载中,请稍侯......