aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/instagram/webview.js
blob: aede5a5d07e0fc9a1030eaaacba1f65e958a314f (plain) (blame)
1
2
3
4
5
6
7
const path = require("path");

module.exports = Franz => {
  // Apply fixes suggested in
  // https://github.com/getferdi/recipes/issues/1
  Franz.injectCSS(path.join(__dirname, "service.css"));
};