View index.html
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<title></title> | |
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
<link rel='stylesheet' href='https://unpkg.com/mapillary-js@2.10.1/dist/mapillary.min.css' /> | |
<link href='https://unpkg.com/leaflet@1.0.1/dist/leaflet.css' rel='stylesheet' /> |
View fluid_gmail.js
// use for patterns: | |
// *gmail.com* | |
// *mail.google.com* | |
// *google.com*mail* | |
// Initialize Badge so we see that this works | |
window.fluid.dockBadge = 99; | |
// Updater | |
setTimeout(updateDockBadge, 1000); |