- Create a new bookmark
- In Firefox:
- Right click on bookmarks bar
- Select "New Bookmark..."
- Pick a name such as "Tegrity Downloader" and paste the following code below into the Location box
- In Chrome:
- Right click on bookmarks bar
| !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.cytoscape=e()}}(function(){return function e(t,r,n){function i(o,s){if(!r[o]){if(!t[o]){var l="function"==typeof require&&require;if(!s&&l)return l(o,!0);if(a)return a(o,!0);var u=new Error("Cannot find module '"+o+"'");throw u.code="MODULE_NOT_FOUND",u}var c=r[o]={exports:{}};t[o][0].call(c.exports,function(e){var r=t[o][1][e];return i(r?r:e)},c,c.exports,e,t,r,n)}return r[o].exports}for(var a="function"==typeof require&&require,o=0;o<n.length;o++)i(n[o]);return i}({1:[function(e,t,r){/*! | |
| Cytoscape.js snapshot-83bfa21e86-1488832289752 (MIT licensed) | |
| Copyright (c) The Cytoscape Consortium | |
| Permission is hereby granted, free of charge, to any person obtaining a copy of | |
| this software and associated documentation files (the “Software”), to deal in | |
| th |
| var stylesheet = [{ | |
| selector: 'node', | |
| style: { | |
| 'height': 20, | |
| 'width': 20, | |
| 'background-color': '#18e018' | |
| } | |
| }, | |
| { | |
| selector: 'edge', |
| (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.cytoscape = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){ | |
| /*! | |
| Cytoscape.js snapshot-7df61cd4aa-1485631999420 (MIT licensed) | |
| Copyright (c) The Cytoscape Consortium | |
| Permission is hereby granted, free of charge, to any person obtai |
| { | |
| "id": "1", | |
| "fullName": "Joseph Stahl", | |
| "email": "joseph.e.stahl@vanderbilt.edu", | |
| "major": "Computer Science", | |
| "school": "Engineering", | |
| "approvedFor": [ | |
| { | |
| "id": 1, | |
| "name": "Laser cutter", |
| module.exports = { | |
| entry: './src/main.js', | |
| output: { | |
| filename: './dist/bundle.js', | |
| }, | |
| // sourcemaps | |
| devtool: 'source-map', | |
| resolve: { |