Miciah Dashiel Butler Masters
1c73b1aa69
SMJS: mangle_deb_bugnumbers: add <pre>; set rendered view
...
Use the newly available view_state object to change to rendered view
and wrap everything in <pre> ... </pre> if the document MIME type is
text/plain.
2006-01-29 12:02:23 +01:00
Miciah Dashiel Butler Masters
b9d5bcee1c
SMJS: Give user scripts access to the view_state
...
Introduce the view_state object to ECMAScript with properties .uri and
.plain and pass the current view_state to preformat hooks.
2006-01-29 12:02:08 +01:00
Miciah Dashiel Butler Masters
53fb55d8b3
Use <meta> refresh instead of elinks.location method.
...
Instead of assigning the URI for the video to elinks.location, instead
create a <meta> tag to automatically load the video. This way, the video
will still be automatically loaded when the document is loaded from cache.
2006-01-29 11:31:21 +01:00
Miciah Dashiel Butler Masters
e9d12e9128
Reflow some logic in google_video.js.
2006-01-29 11:31:07 +01:00
Miciah Dashiel Butler Masters
bb866498a1
Add a rewrite rule for video.google.com to automatically play videos
...
From the file:
Play videos at video.google.com with minimal niggling. Just follow
the link from the front page or the search page, and the video will
automatically be loaded.
2006-01-29 11:30:53 +01:00
Miciah Dashiel Butler Masters
750a915ebb
Fix GITweb smartprefix blob, tree, and history commands.
2006-01-29 11:11:13 +01:00
Jonas Fonseca
73a91e6d8f
Also allow 'gitweb tag elinks-0.11rc0'
2005-12-30 03:37:56 +01:00
Jonas Fonseca
b2848dd1cb
Add gitweb smartprefix
...
Examples are 'gitweb shortlog elinks-0.11rc0' and 'gitweb search NEWS'.
2005-12-30 01:32:31 +01:00
Miciah Dashiel Butler Masters
a0f8465770
Return uri from rewrite_uri instead of true.
2005-12-29 22:28:58 +00:00
Miciah Dashiel Butler Masters
ff2f2e2df1
Factor smartprefixes_common.js and smartprefixes_bookmarks.js out of
...
hooks.js and add smartprefixes_classic.js.
2005-12-29 22:28:36 +00:00
Miciah Dashiel Butler Masters
b9a3855f98
Use ===, which checks for equality of value as well as equality of type,
...
instead of doing both checks separately.
2005-12-29 07:32:12 +00:00
Miciah Dashiel Butler Masters
10e8282e7c
Add a hooks.js for SpiderMonkey to make Jonas happy.
2005-12-29 07:06:35 +00:00