-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get scripts.js working #720
Comments
@ephemer4l This looks right
|
What output should I be getting from the first step? Because I'm not
getting any :/
…On 23/01/05 03:55AM, Daniel Carl wrote:
@ephemer4l This looks right `.config/vimb/scripts.js` should be the right path. To near the issue down you could test following.
1. `au LoadFinished *://twitter.com/* eval! alert(1);` - if that works go to step 2.
2. Open twitter and run the script by yourself with `:eval! userscript_twitter();` if this does not work it might be an issue with the scripts.js file.
--
Reply to this email directly or view it on GitHub:
#720 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
@ephemer4l You should see a modal alert box showing "1". |
Version: 3.6.0
WebKit compile: 2.36.7
WebKit run: 2.36.7
GTK compile: 3.24.34
GTK run: 3.24.34
libsoup compile: 2.74.2
libsoup run: 2.74.2
Extension dir: /usr/lib/vimb
My scripts.js:
and in my config I have:
I just can't understand why this doesn't work. I've tried to also rename
scripts.js
toscript.js
and tried to run the function with eval from within vimb and none of these work. What can I do to get scripts working?The text was updated successfully, but these errors were encountered: