Jump to content
View in the app

A better way to browse. Learn more.

Nophelet

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Owner

If you are using loading images from type "img src=" and the background images on your site, what should you do:
- Use  image code editing that loads with "img sec=" as described in the article here
- Use image code editing that loads with background images as described in the article here
- Remove a script if you have already used one or the other method
- Place only this script

<script>
function init() {
var imgDefer = document.getElementsByTagName('img');
for (var i=0; i<imgDefer.length; i++) {
if(imgDefer[i].getAttribute('dota-src')) {
imgDefer[i].setAttribute('src',imgDefer[i].getAttribute('dota-src'));
} }
$(function(){
$('[data-bg]').each(function(){
var bg = $(this).data('bg');
$(this).css('background-image','url(' + bg + ')');
});
});} 
window.onload = setTimeout(init, 600);
</script>

Now all your images will be loaded  "onload"

Note: If you don't understand these instructions or are looking for help, please contact me.
Of course, I will help you, but for a fee.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.