This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// the page url must be instagram.com/p/ | |
var node = document.getElementsByClassName("_379kp")[0] | |
var date = new Date(node.attributes["datetime"].value) | |
node.innerText = date.toLocaleString() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// SMetadata.swift | |
// SimpleMusic | |
// | |
// Created by Atharva Vaidya on 09/08/15. | |
// Copyright (c) 2015 Atharva Vaidya. All rights reserved. | |
// | |
import Cocoa | |
import AVFoundation |
NewerOlder