Re: [vimb-users] javascript bookmarklets?
Vimp browser is a webkit based web browser.
Brought to you by:
fanglingsu
|
From: Remy W. <yr...@po...> - 2020-12-21 18:58:02
|
Figured it out! I just define the function below in scripts.js, then `:e! lib()` works.
```
function lib() {
location.href="http://offcampus.lib.washington.edu/login?url="+location.href;
return 0;
}
```
Remy
|