figured out why it doesn't work in firefox
This commit is contained in:
parent
75e48ce6ac
commit
d58af0f04b
|
|
@ -22,4 +22,5 @@ For the same reason as the last question. That's how the `@match` directives are
|
|||
|
||||
## TODO
|
||||
|
||||
- Figure out why it doesn't work on Firefox
|
||||
- ~~Figure out why it doesn't work on Firefox~~
|
||||
- It's because the `@run-at context-menu` header only works in Chrome based browsers. The context menu item *appears* in Firefox but doesn't do anything. Find a workaraound
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<p>Ensure Tampermonkey is installed: <a href="https://www.tampermonkey.net/">Tampermonkey Home Page</a> <a href="https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo">Chrome Extension</a> <s><a href="https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/">Firefox Add-On</a></s></p>
|
||||
|
||||
<p>At time of writing, the script doesn't work in Firefox and I haven't the foggiest idea why. Working on it.</p></div>
|
||||
<p>At time of writing, the script doesn't work in Firefox and I'm not sure how to fix it. Looking for a workaround.</p></div>
|
||||
|
||||
<div id="installation"><h2>Installation Form</h2>
|
||||
<h5 id="whyformlink"><a href="#whyform">Why?</a></h5>
|
||||
|
|
|
|||
Loading…
Reference in New Issue