Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Current events
Recent changes
Random page
Help
Categories
LemonWiki共筆
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Auto scroll down to the bottom of the page
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Solutions to auto scroll down to the bottom of the page and repeat == Solutions == * On {{win}}: (1) need a mouse that has a wheel (2) open the browser and input the url (3) press the mouse wheel button and release (4) move the mouse a bit down<ref>[http://freewindowsvistatutorials.com/makeMouseScrollAutomaticallyThroughPagesDocuments.php Make your mouse scroll automatically through pages / document (Windows 7 / Vista / XP)]</ref><ref>[https://answers.microsoft.com/en-us/windows/forum/all/my-mouse-will-scroll-down-to-the-bottom-of-the/7af3b262-29be-4f2b-ab37-f221585fed49 My mouse will scroll down to the bottom of the page automatically. - Microsoft Community]</ref> * On {{win}} or {{Mac}}: input the javascript code into the console of browser<ref>[https://medium.com/%E4%B8%80%E5%80%8B%E4%BA%BA%E7%9A%84%E6%96%87%E8%97%9D%E5%BE%A9%E8%88%88/%E8%AE%93%E7%80%8F%E8%A6%BD%E5%99%A8%E8%87%AA%E5%8B%95%E6%BB%BE%E7%B6%B2%E9%A0%81-javascript-4a8c24f94f04 讓瀏覽器自動滾網頁(JavaScript). 有時會面臨想找的資料,在頁面下方,需要先開到一定段落再用搜尋功能或人工肉眼辨識,… | by 吳致賢(Jhih-Sian Wu) | 一個人的文藝復興 | Medium]</ref><ref>[https://www.thewindowsclub.com/auto-scroll-a-web-page-down-or-up How to auto scroll a web page Down or Up in Chrome or Firefox]</ref><ref>[https://stackoverflow.com/questions/11715646/scroll-automatically-to-the-bottom-of-the-page javascript - Scroll Automatically to the Bottom of the Page - Stack Overflow]</ref>: <pre> ## enable the auto scroll var scroll = setInterval(function(){window.scrollTo(0, document.body.scrollHeight)},2000); ## stop the auto scroll clearInterval(scroll); </pre> * on {{Mac}} (1) open the browser and input the url (2) install [http://www.murgaa.com/ Mac Auto Mouse Clicker Software Downloads for Mouse Automation] (3) Grant the permission of APP/software allowed to access "Universal Access"<ref>[https://mcmw.abilitynet.org.uk/apple-os-x-using-the-keyboard-to-control-the-mouse Apple OS X - Using the keyboard to control the mouse | My Computer My Way]</ref> (4) sent the {{kbd |key = SPACE}} or {{kbd |key = ↓}} (down arrow character) keystroke to the application e.g. Google Chrome from the APP/software. == References == <references /> [[Category:Tool]] [[Category:Automation]]
Summary:
Please note that all contributions to LemonWiki共筆 are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
LemonWiki共筆:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Kbd
(
edit
)
Template:Mac
(
edit
)
Template:Win
(
edit
)