mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 10:18:46 -04:00
8 lines
181 B
JSON
8 lines
181 B
JSON
var GetURL = function() {};
|
|
GetURL.prototype = {
|
|
run: function(arguments) {
|
|
arguments.completionFunction({"URL": document.URL});
|
|
}
|
|
};
|
|
var ExtensionPreprocessingJS = new GetURL;
|