1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 01:22:28 +01:00

Add view-source: to 'linenumbers'.

This commit is contained in:
Kris Maglione
2012-01-18 17:19:30 -05:00
parent 94a6e77d4c
commit cdd487946f

View File

@@ -2230,6 +2230,7 @@ var Buffer = Module("Buffer", {
options.add(["linenumbers", "ln"],
"Patterns used to determine line numbers used by G",
"sitemap", {
"view-source:*": 'span[id^=line]',
"code.google.com": '#nums [id^="nums_table"] a[href^="#"]',
"github.com": '.line_numbers>*',
"mxr.mozilla.org": 'a.l',