Fruit Ninja two anniversary celebration, iPhone edition cut fruit limited time sending Code (No iPad version ).
Steps:
Visit fruit Website: http://anniversary.fruitninja.com/
Click "redeem" in the upper right corner ",
Then select a country, and a webpage will pop up and go to iTunes to redeem it.
Note: The website cannot be accessed. If you see an HTTP 503 error, refresh the webpage. There are many people and the server is busy.
However, it is said that a machine only has one code, so when I had a friend asking me to help redeem the code, no matter how I refresh the webpage, the link in the upper-right corner was rolled over.
So I studied the source code of the web page and found that:
<div id="slider"> <div id="background-slider"></div> <div id="stage-elements"> <div id="logo-anniversary"></div> <div id="logo-anniversary2"><a></a></div> <div id="btn-redeem"><a></a></div> <div id="btn-trailer"><a></a></div> <div id="btn-back-trailer"><a></a></div> <div id="btn-leaderboard"><a></a></div>
Specifically, sign-redeem.png is the button I just clicked.
javascript:document.getElementById("btn-redeem").style.display='block';alert("ok");
Paste it in the browser address bar and press Enter. Now you can see the familiar application link. In this way, you can apply for a redemption code multiple times.