Advertisement
pda0

Mob ff fix

Jan 3rd, 2018
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         "stylishInstall" --> "stylishInstallChrome"
  3. // @namespace    justin_sucks@userstyles.org
  4. // @version      1.0
  5. // @description  Huh? Say it again in words I understand...
  6. // @author       me
  7. // @match        https://userstyles.org/styles/*
  8. // @grant        none
  9. // ==/UserScript==
  10.  
  11. function onInstall(ev) {
  12.     var e = new CustomEvent("stylishInstallChrome");
  13.     document.dispatchEvent(e);
  14. }
  15. document.addEventListener("stylishInstall", onInstall);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement