Skip to content

Module: Redirect Browser

Haoxi Tan edited this page Jan 9, 2020 · 2 revisions

Summary

  • Objective: Redirects the hooked page

  • Authors: wade, vo

  • Browsers: All

  • Code

Internal Working

Note: YOU WILL LOSE YOUR HOOK (if the page you are redirecting to is not going to be hooked)

window.location = "<%= @redirect_url %>";

Feedback

Clone this wiki locally