mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Finish macOS Share Extension
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
var SafariExtPreprocessorClass = function() {};
|
||||
|
||||
SafariExtPreprocessorClass.prototype = {
|
||||
|
||||
run: function(arguments) {
|
||||
arguments.completionFunction({ "url": document.URL });
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
// The JavaScript file must contain a global object named "ExtensionPreprocessingJS".
|
||||
var ExtensionPreprocessingJS = new SafariExtPreprocessorClass;
|
||||
Reference in New Issue
Block a user