Website Overrides

Website Overrides

With Website Overrides, you can add custom JavaScript, apply tailored CSS, and improve the user agent directly within your app. Whether you are optimizing your app layout or hiding elements, Website overrides allow you to turn your app experience exactly as you want it.

Custom CSS

Customizing your app's visual aspects and behavior is essential for creating a unique and engaging user experience. You can effectively customize the design and functionality by leveraging custom CSS to meet your app’s theme and user preferences.

Custom Javascript

Custom JavaScript enables you to add dynamic functionality directly into your app's web pages, enabling a tailored and smooth user experience. Whether you need to implement JavaScript Bridge commands or add platform-specific functionality, this feature allows you to make efficient customization of your app's behavior.

Custom User Agent

The User Agent string identifies the client software generating an HTTP request, such as a web browser or app. By default, WebToNative (W2N) apps append specific strings to the end of the device's default user agent. However, you can customize these strings to include your identifiers or branding.

Custom Header

Custom Header enables your app to send extra key details, such as device type, OS, or app version. It provides more control and flexibility over the requests coming from the app, ensuring a smooth content delivery and user interactions.

Cookie Persistence

Cookie Persistence allows you to extend the lifetime of cookies, keeping user sessions active and offering a more reliable app experience. Especially, it is helpful for login-heavy or membership-based apps.