(url)
| 8 | |
| 9 | // Get the part of a URL we use for matching here (that is, everything up to the first anchor). |
| 10 | function getBaseUrl(url) { |
| 11 | return url.split("#")[0]; |
| 12 | } |
| 13 | |
| 14 | // Create a global mark. We record vimiumSecret with the mark so that we can tell later, when the |
| 15 | // mark is used, whether this is the original Vimium session or a subsequent session. This affects |
no outgoing calls
no test coverage detected