Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

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.

ips.utils.url

Description

The URL utility makes it easier to work with URLs by returning comprehenive information about a URL you supply, including query parameters, protocol, domain and more. The URL utility is a wrapper around the parseUri library by Steven Levithan.

 

Example

ips.utils.url.getParam('page', 'http://www.test.com/index.php?section=example&page=about');
// -> about

 

Methods

string getParam( string param, string url )

Returns the value of the parameter param in the provided url.

  • param
    The parameter name to fetch
  • url
    The URL used to locate the parameter

 

object getURIObject( string url )

Returns an object of data about the provided URL. Consult the parseUri documentation for information on what this object includes. 

  • url
    The URL to parse

Account

Navigation

Search

Search

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.