Jailbreak frame script.

git-svn-id: http://svn.cleancode.org/svn/pickles@133 4d10bc64-7434-11dc-a737-d2d0f8310089
This commit is contained in:
Josh Sherman 2009-06-12 03:18:41 +00:00
parent b7ce35bb71
commit 14e68f8052

View file

@ -0,0 +1,5 @@
window.onload = function() {
if (top.location != location) {
top.location.href = document.location.href;
}
}