Javascript Bookmarklet not working
-
sirius16 last edited by
I recently updated my Opera for Android after a year since I first downloaded the app. I tried to use my javascript bookmarklet (bookmarks with javascript functions) and I found that they didn't work. Is this a setting I need to enable or a bug that needs fixing or....?
-
ginger1984 last edited by ginger1984
@sirius16 unfortunately cannot get it to work while in other browser it does
Example, make a bookmark that contains this as address and name it scrolldown....
javascript:window.scrollTo(0,document.documentElement.scrollHeight)
In a long webpage using this bookmark should scroll down the entire page.
It did work in the past before chromium engine. In the opera presto engine days it did work.
Pasting this in address bar should have worked too....
javascript:window.scrollTo(0,document.documentElement.scrollHeight)
-