aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/follow.js
Commit message (Collapse)AuthorAge
* Add code and bindings to follow the current searchGravatar Ben Boeckel2012-03-26
|
* don't use window.open in follow.js.Gravatar Brendan Taylor2011-11-23
| | | | | it's slow, forces you to turn on javascript_windows = 1, and on some systems results in multiple new windows/tabs.
* fix following input[type=email], [type=search], etc.Gravatar Brendan Taylor2011-09-26
|
* remove debugging 'console.log'sGravatar Brendan Taylor2011-09-26
|
* fix follow.js when labels get longer than 3 charactersGravatar Brendan Taylor2011-09-11
|
* add an ugly 'type link text'-style follow dealieGravatar Brendan Taylor2011-08-21
|
* minor refactor in follow.jsGravatar Brendan Taylor2011-08-21
|
* don't try to call select on select elementsGravatar keis2011-05-14
|
* use instanceof to check element typeGravatar keis2011-05-14
|
* check input field type using type propertyGravatar keis2011-05-14
| | | | this field is set even when no type attribute is set on the element
* follow.js: maintain compatibility with old configurationsGravatar Brendan Taylor2011-05-08
|
* Ignore errors when attaching labelsGravatar Ben Boeckel2011-04-14
|
* Add binding for going to the uri of a targetGravatar Ben Boeckel2011-04-13
| | | | Also ports old commands to new structure.
* Handle returning a uri selected by follow.jsGravatar Ben Boeckel2011-04-13
|
* clear hints on EscapeGravatar keis2011-03-18
| | | | * add shortcut to clear all hints
* make elements with onclick followableGravatar keis2011-03-18
|
* follow.js: hint wrapped links on their left end, not the left end of the ↵Gravatar Brendan Taylor2011-03-06
| | | | bounding rectangle
* do link hint styling in user stylesheet.Gravatar Brendan Taylor2011-03-06
|
* frames-enabled follow.jsGravatar Brendan Taylor2011-03-06
|
* bring back mode change hints in follow.jsGravatar keis2011-02-26
|
* replace follow.js with taylanUBs versionGravatar keis2011-02-26
|
* make follow.sh use the utils scripts, restore mode changing functionalityGravatar Brendan Taylor2010-11-24
|
* follow.js support for button elements (thanks Kirikaza)Gravatar Brendan Taylor2010-11-20
|
* Merge remote branch 'mathstuf/dev/cleanup-scripts' into HEADGravatar Brendan Taylor2010-10-11
|\ | | | | | | | | | | | | Conflicts: (bashisms) examples/data/scripts/formfiller.sh examples/data/scripts/insert_bookmark.sh examples/data/scripts/instance-select-wmii.sh
| * Make indentation in follow.js uniformGravatar Ben Boeckel2010-10-02
| |
* | simplifiy follow.sh.Gravatar Paweł Zuzelski2010-06-08
| | | | | | | | Now it executes less processes and works a bti faster.
* | emit FORM_ACTIVE also on <input type='SEARCH'>Gravatar Paweł Zuzelski2010-03-29
| |
* | more events from follow scriptGravatar Paweł Zuzelski2010-03-28
| | | | | | | | | | | | emit FORM_ACTIVE on TEXT, PASSWORD, TEXTAREA and SELECT reset mode on other INPUT elements (checkboxes, radiobuttons etc) Additionaly: does not invoke item.select() on <input type='FILE'> elements.
* | emit FORM_ACTIVE, when form element follow.js'edGravatar Paweł Zuzelski2010-03-28
|/ | | | | | | Due to Uzbl removal it is no longer possible to emit event from js script. So follow.js does not emit FORM_ACTIVE event, when user selects form element using follow.js. Workaround for that is to run follow.js from shell script, set some global variable and next read this variable from shell script.
* update comments about usabilityGravatar Dieter Plaetinck2010-02-02
|
* Default follow keys to numbers and fix follower script argument order.Gravatar Mason Larobina2010-01-24
|
* merge in configurable-number/strings, Uzbl-js-object-independent linkfollowerGravatar Dieter Plaetinck2010-01-24