I have integration with Google AdSense in my rails application, the ads show a green background in each ad.
I have researched many websites, but have not used them. I lost half a day :(
After I lost half a day, I found a good solution,
Just added a little code to my application, it displays a transparent color.
<style> ins.adsbygoogle { background: transparent !important; } </style>
Source: https://habr.com/ru/post/1674388/More articles:The complexity of the recursive function space - big-ois_land in basemap (python) - pythonHow to generate a given number of random objects with a given number of attributes? - javaHow to reject negative numbers as parameters in Argparse module - command-line-interfaceSend requests using Python (intercepted using Burp) - pythonСтранный ответ об ошибке - запросы - python"Add to Slack" and "Login with Slack" at the same time - oauthAdd SSL to Heroku and godaddy - Rails - ruby-on-railsWhat is the difference between get logger functions from celery.utils.log and logging? - pythonButtons that cannot be clicked when inside a StackView inside a StackView - cocoa-touchAll Articles