98 lines
5.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title> Ads in Photopea do not work</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0" />
<!--<link rel="stylesheet" href="https://www.photopea.com/tuts/wp-content/themes/simplex/style.css" type="text/css" media="screen" />-->
<link rel="stylesheet" href="https://blog.photopea.com/wp-content/themes/simplex/style.css" type="text/css" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4249565-46"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date()); gtag('config', 'UA-4249565-46');
</script>
</head>
<body>
<div id="page">
<div id="header">
<a href="https://www.photopea.com/tuts/" class="title">Photopea Tutorials</a>
<!--<p>Web-based image editor.</p>-->
<a href="//blog.photopea.com">Blog</a> |
<a href="//www.photopea.com/learn">Learn</a> |
<a class="curr" href="//www.photopea.com/tuts">Tutorials</a> |
<a href="//www.photopea.com/templates">Templates</a> |
<a href="//www.photopea.com/api">API</a> |
<a href="//www.facebook.com/photopea"><img src="//photopea.com/img/facebook.svg" /></a> |
<a href="//www.twitter.com/photopeacom"><img src="//photopea.com/img/twitter.svg" /></a>
</div> <div id="main">
<div id="content">
<div class="post" id="post-539">
<span class="date">February 25, 2021</span>
<h1>Ads in Photopea do not work</h1>
<div class="entry">
<p>To be able to offer Photopea to everyone free of charge, we monetize it with advertisement. Throughout the years, ads have been the main source of our income, and Photopea would not exist today without them.</p>
<span id="more-539"></span>
<p>If your device is removing or hiding our ads, you might see a message asking you to stop doing it. When you open Photopea.com, one of two things could happen:</p>
<ul>
<li><b>You see ads (on the right side)</b> - everything is ok, you should not see any message</li>
<li><b>You do not see ads</b> - your device is blocking ads, you might see a message</li>
</ul>
<p><b>If you do not see ads in Photopea, it is a proof that you are blocking them.</b></p>
<h2>What could be blocking ads?</h2>
<p>Usually, ads are removed by <b>browser extensions</b>. It is a program, which reads and is allowed to modify every website, before it is presented to you. A program does its best to detect ads, it can remove ads, insert its own ads, or even replace original ads with some inappropriate ads.</p>
<p>An extension does not to have to have any speficic name. An extension named "Google" could be reading all your Facebook messages and emails (if you access them in a browser) and send them to some server.</p>
<p><b>You disabled all extensions with "ad" and "block" in their names, but you still see a message?</b> Some extensions could still be blocking ads. Try to disable all extensions and see if it helps. Later, you can enable them back, one by one, until you find the one which is doing it.</p>
<p>If you do not know where to find your extensions, or how to manage them, they were probably installed by someone else (a person or a virus), some of them could be dangerous. We recommend to re-install your web browser, or install a new one. Photopea always works perfectly in a freshly installed browser.</p>
<h2>All extensions disabled, still no ads?</h2>
<p>The servers of our partners could be blocked in your network (DNS block). It could be done by your internet provider, your school, your parents, your brother, or your government (in China or Iran). Get in touch with them and ask them why they do it. In general, when you pay someone for the internet connection, all public websites should be accessible, non of them should be blocked or censored.</p>
</div>
</div>
</div><!--content-->
<div style="width:110px; margin: 0px auto;">
<a href="#" title="Share on Facebook" onclick="smallWindow('http://www.facebook.com/share.php?u=');"><img src="//www.photopea.com/promo/fb.png" /></a>
<a href="#" title="Share on Google Plus" onclick="smallWindow('https://plus.google.com/share?url=');"><img src="//www.photopea.com/promo/gp.png" /></a>
<a href="#" title="Share on Twitter" onclick="smallWindow('http://twitter.com/share?url=');"><img src="//www.photopea.com/promo/tw.png" /></a>
<script type="text/javascript">
function smallWindow(url)
{
var w = 640, h = 300;
window.open(url+"<? echo get_permalink($post); ?>", "Share", "width="+w+",height="+h+",left="+Math.floor((window.innerWidth-w)/2)+",top="+Math.floor((window.innerHeight-h)/2));
}
</script>
</div>
</div>
<div style="max-width:770px; margin: 0px auto;">
<h2 style="margin-top: 3em">Comments</h2>
<p>Do you need help? Ask us at <a href="//www.reddit.com/r/photopea/" target="_blank">our Reddit</a>!</p>
</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'photopeablog'; // required: replace example with your forum shortname
(function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();
</script>
<!--main-->
<?//php get_sidebar(); ?>
<div id="footer">&copy; 2013-2021 support@photopea.com</div>
</div> <!--page-->
</body>
</html>