Redirecting adsense with Java code

Lilgwanz

Regular Member
Joined
Jun 6, 2016
Messages
227
Reaction score
161
Hi guys please i learnt this cool trick on how to redirect adsense ads on or rather on how to show adsense ads other sites using Java code but so far the ads appear but they are always locked to a particular size and they are very small.please help I have attached a pic of how the ads always display on java
 

Attachments

  • Screenshot_20160605-145726.png
    Screenshot_20160605-145726.png
    60.1 KB · Views: 12
It's quite difficult to recommend a solution based on a screenshot.

If you know CSS, just find the adsense container class and make its width greater.
 
<object data="My site address "

height="336" width="400" title="My Title" style="border:none;overflow:hidden"></object>



That's the code I've even tried to edit the size from this code all it does is make a huge portion of my site blank and still displays the same type of ads
 
Guys any help pls on this
 
Back
Top