Help for this page
var title = '`title`'; # Fails for titles containing ' or \.
var title = "`title`"; # Fails for titles containing " or \.
var title = decodeURIComponent('`title%`');