I see 2 solutions but they are not perfect :
1)
You can use a link to invoke history.go(-1) in Javascript, which is essentially equivalent to clicking the Back button. Ideally, however, it'd be better to just create a link back to the URL from whence the user was posted to the form - that way the proper "flow" of history is preserved and the user doesn't wonder why they have something to click "Forward" to which is actually just submitting the form again (answer found
here
)
2)
Add a new custom field to cb of type web address (read only)
add mysql plugin for cb
add a new mysql field to save the link of your list to the web address field
But you will not find the list filtered or ordered as before for sure