Skip to content

Instantly share code, notes, and snippets.

@atomotic
Last active December 25, 2015 01:59
Show Gist options
  • Save atomotic/6899507 to your computer and use it in GitHub Desktop.
Save atomotic/6899507 to your computer and use it in GitHub Desktop.
add a new timegate to mememto chrome extension

add new timegate to memento chrome extension

  • download the extension (crx is a zip)

      curl -L -o memento.zip "https://clients2.google.com/service/update2/crx?response=redirect&x=id%3Djgbfpjledahoajcppakbgilmojkaghgm%26uc"
    
  • unpack the extension

      unzip -d memento memento.zip
    
  • modify memento/options.{js,html} and add your timegate in mementoTimeGateUrlList[] and into html list

  • repack the extension (using ruby crxmake)

      gem install crxmake
      crxmake --pack-extension=memento
    
  • drag memento.crx into chrome extension page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment