Jump to content

Do you guys know of any online software/downloadable program that lets goes back and forward automatically?

 

I'm trying to get into a school class and it only works when you go back and forward again to refresh the class status, meaning using a traditional F5 auto-refresher won't work.

 

Thanks!

My Best 2013 Bitfenix Prodigy Build  Case: Bitfenix Prodigy White | Motherboard: ASRock Z77E-ITX | CPU: Intel i7 3770k | CPU Cooler: H100i | GPU: GTX 690

Fan Controller: Bitfenix Recon | Ram: Patriot IEM 16GB @ 1600mhz | Primary Storage: 2 x Samsung 840 Pro 256GB | Backup Drives: 2 x Seagate Barracuda 2TB | PSU: Seasonic X850

  

Link to comment
https://linustechtips.com/topic/412727-backforward-program-for-web-pages/
Share on other sites

Link to post
Share on other sites

try control + r to refresh the page?

Specs: CPU - Intel i7 8700K @ 5GHz | GPU - Gigabyte GTX 970 G1 Gaming | Motherboard - ASUS Strix Z370-G WIFI AC | RAM - XPG Gammix DDR4-3000MHz 32GB (2x16GB) | Main Drive - Samsung 850 Evo 500GB M.2 | Other Drives - 7TB/3 Drives | CPU Cooler - Corsair H100i Pro | Case - Fractal Design Define C Mini TG | Power Supply - EVGA G3 850W

Link to post
Share on other sites

I'm pretty sure the backspace key has randomly made me go to the previous page before (super annoying), however I know nothing about going back to the one you were just looking at.

Useful threads: Code of Conduct || Unofficial LTT Beginners Guide || Forum FAQ

CPU: Intel Core i5 4440 GPU: GTX 760 MOBO: Asrock Z97 Anniversary RAM: 8GB Adata @ 1600 Mhz Case: Define R4 SSD: Kingston V300 128 GB

HDD: 1TB Seagate Barracuda NAS: 3TB Seagate Barracudas in RAID 1 PSU: EVGA 600B (600W 80+ Bronze) Display: LG 23MP75 (1080p IPS @ 60hz) 

Link to post
Share on other sites

if you have a mouse with buttons you can normally bind them to page forward and back.

the m705 comes like that default. and it's logitech.

We can't Benchmark like we used to, but we have our ways. One trick is to shove more GPUs in your computer. Like the time I needed to NV-Link, because I needed a higher HeavenBench score, so I did an SLI, which is what they called NV-Link back in the day. So, I decided to put two GPUs in my computer, which was the style at the time. Now, to add another GPU to your computer, costs a new PSU. Now in those days PSUs said OCZ on them, "Gimme 750W OCZs for an SLI" you'd say. Now where were we? Oh yeah, the important thing was that I had two GPUs in my rig, which was the style at the time! They didn't have RGB PSUs at the time, because of the war. The only thing you could get was those big green ones. 

Link to post
Share on other sites

Copy & Paste the following text into Notepad. Save it as "reload.vbs" (BE SURE TO NAME IT WITH THE QUOTES). After that,  create a shortcut to it, using the Ctrl + \ hotkey. If I did this right, it should reload the webpage (Only in Firefox) ever 10 seconds. (I can't test it, I'm on linux right now).

 

 

 

 

 

Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.SendKeys "{control}"
WshShell.SendKeys "{[}"
WScript.Sleep 10

WshShell.SendKeys"{control}"

WshShell.SendKeys"{]}"

WScript.Sleep 10
WshShell.SendKeys "{control}"
WshShell.SendKeys "{[}"
WScript.Sleep 10

WshShell.SendKeys"{control}"

WshShell.SendKeys"{]}"

WScript.Sleep 10
WshShell.SendKeys"{control}"

WshShell.Sendkeys"{\}"

Link to post
Share on other sites

try control + r to refresh the page?

Please do not comment if you're not even going to bother to read my post. 

 

Copy & Paste the following text into Notepad. Save it as "reload.vbs" (BE SURE TO NAME IT WITH THE QUOTES). After that,  create a shortcut to it, using the Ctrl + \ hotkey. If I did this right, it should reload the webpage (Only in Firefox) ever 10 seconds. (I can't test it, I'm on linux right now).

 

 

 

 

 

Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.SendKeys "{control}"

WshShell.SendKeys "{[}"

WScript.Sleep 10

WshShell.SendKeys"{control}"

WshShell.SendKeys"{]}"

WScript.Sleep 10

WshShell.SendKeys "{control}"

WshShell.SendKeys "{[}"

WScript.Sleep 10

WshShell.SendKeys"{control}"

WshShell.SendKeys"{]}"

WScript.Sleep 10

WshShell.SendKeys"{control}"

WshShell.Sendkeys"{\}"

Thank you so much, I will try it when I get home. 

My Best 2013 Bitfenix Prodigy Build  Case: Bitfenix Prodigy White | Motherboard: ASRock Z77E-ITX | CPU: Intel i7 3770k | CPU Cooler: H100i | GPU: GTX 690

Fan Controller: Bitfenix Recon | Ram: Patriot IEM 16GB @ 1600mhz | Primary Storage: 2 x Samsung 840 Pro 256GB | Backup Drives: 2 x Seagate Barracuda 2TB | PSU: Seasonic X850

  

Link to post
Share on other sites

Please do not comment if you're not even going to bother to read my post.

 

I did read your post.

Perhaps you should work on not coming off as an ass when replying to people.

 

 

You could just take the less lazy route and do it yourself, or find something else to occupy your time rather than just mindlessly sitting there stalking a web page for who knows how long.

Specs: CPU - Intel i7 8700K @ 5GHz | GPU - Gigabyte GTX 970 G1 Gaming | Motherboard - ASUS Strix Z370-G WIFI AC | RAM - XPG Gammix DDR4-3000MHz 32GB (2x16GB) | Main Drive - Samsung 850 Evo 500GB M.2 | Other Drives - 7TB/3 Drives | CPU Cooler - Corsair H100i Pro | Case - Fractal Design Define C Mini TG | Power Supply - EVGA G3 850W

Link to post
Share on other sites

Please do not comment if you're not even going to bother to read my post. 

 

Thank you so much, I will try it when I get home. 

I forgot to add, (kinda obvious though), it will only function if you have hotkeys enabled firefox, using an add-on like Customize Short-Cuts.

Link to post
Share on other sites

I did read your post.

Perhaps you should work on not coming off as an ass when replying to people.

 

 

You could just take the less lazy route and do it yourself, or find something else to occupy your time rather than just mindlessly sitting there stalking a web page for who knows how long.

I'm an ass? You're the one who commented "try control + r" when I clearly stated that F5 or refreshing the page would not work. It makes it seem like you did not even bother reading the post and instead just posted some random crap that anyone with a brain would think of. 

 

You definitely did not read my post as evidenced with your last sentence. I'm not even going to bother to respond to that. 

My Best 2013 Bitfenix Prodigy Build  Case: Bitfenix Prodigy White | Motherboard: ASRock Z77E-ITX | CPU: Intel i7 3770k | CPU Cooler: H100i | GPU: GTX 690

Fan Controller: Bitfenix Recon | Ram: Patriot IEM 16GB @ 1600mhz | Primary Storage: 2 x Samsung 840 Pro 256GB | Backup Drives: 2 x Seagate Barracuda 2TB | PSU: Seasonic X850

  

Link to post
Share on other sites

I did read your post.

Perhaps you should work on not coming off as an ass when replying to people.

 

 

You could just take the less lazy route and do it yourself, or find something else to occupy your time rather than just mindlessly sitting there stalking a web page for who knows how long.

Calm down! Both of you! This is a community forum where we all need to get along!

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×