/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
javascript:(function() {var curloc = location.href; curloc = curloc.replace(/www/g,"cp");curloc = curloc.replace(/view/g,"edit"); location.href = curloc; })();