Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

auto browse script?

Featured Replies

Does anyone know of a script that will let you define a group of websites and then automatically browse through that list in ie7/8 or firefox 3.6 or up? I would like to do this to verify that a pop-up infection is in fact removed.

Dim $aArray[7][1]


$aArray [0][0] = "http://www.google.com"
$aArray [1][0] = "http://www.microsoft.com"
$aArray [2][0] = "http://www.yahoo.com"
$aArray [3][0] = "http://www.bbcnews.com"
$aArray [4][0] = "http://www.espn.com"
$aArray [5][0] = "http://www.msfn.org"
$aArray [6][0] = "http://www.sourceforge.net"



_URL()

func _URL()
$size = UBound($aArray,1)
$size -=1
$q = 1
$s= Round(100 / $size,0)
for $i = 0 to $size step +1
$q += $s
run ("cmd /c"&"start "& $aArray[$i][0])
sleep(5000)
next
EndFunc

download autoit to compile this.

just edit the examples and add items as necessary to the array and increment the number as you do so. Then update the Declare at the top with the number of items in the array (the array starts with 0, so this number is one higher than your last entry). The function should drive through the URLs opening them in your default browser.

Edited by iamtheky

  • Author

this is awsome thank you for your fast and knowledgeable response I just have one question does the 2nd number in this line "Dim $aArray[7][1]" equal the number of times to run through the list?

Edit 1

sorry one more question what program do i use to make the text you provided a .au3 file for autoit to process?

Edit 2

disregared all questions i just tried it and found the answers myself. thank you again for the script!!

Edited by Yzöwl
multiple posts merged

no problem, just in case: declaring the array the first entry is the number of rows, second the number of columns (or dimensions).

and the newest version of ScITE that comes with autoit should be all that you need, just copy the text, name the file, and hit F7. I also wouldnt venture away from the autoit site or forums for downloads as there is a substantial amount of malware-laden 'add-ons'.

Edited by iamtheky

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.