If have login problems remove cookies and clear browser cache.



Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Xtgem advertisement
02-08-2023, 09:00 AM (This post was last modified: 02-08-2023 09:10 AM by Harsha.)
Post: #1
Xtgem advertisement
[Image: EfXtgCd.jpg]

1. How to hidden top login/signup links this page?
2. How to close/hidden this ad banner. Xtgem.com site ?

Any one help this coding !!!
Visit this user's website Find all posts by this user
Quote this message in a reply
02-08-2023, 04:16 PM
Post: #2
RE: Xtgem advertisement
I do, but so unfortunate your site will be banned, only if you can cantact the admin and make a payment for your request.

[color=green][b]King_Dave[/color][/b]
Visit this user's website Find all posts by this user
Quote this message in a reply
02-08-2023, 05:05 PM
Post: #3
RE: Xtgem advertisement
Using Puffin mod can block banners.
Visit this user's website Find all posts by this user
Quote this message in a reply
02-09-2023, 07:38 AM
Post: #4
RE: Xtgem advertisement
(02-08-2023 04:16 PM)King_Dave Wrote:  I do, but so unfortunate your site will be banned, only if you can cantact the admin and make a payment for your request.

Build only index (example). Topic is how to hidden ad banner this site (free sites) ?!?!
Visit this user's website Find all posts by this user
Quote this message in a reply
02-09-2023, 02:57 PM (This post was last modified: 02-09-2023 03:01 PM by King_Dave.)
Post: #5
RE: Xtgem advertisement
For the ads, you can remove it temporary just add this to your footer
Code:
<form xt:"ads">remove ads</form>

The login & sign up can be removed by adding this code in all your pages.
Code:
<xt:auth skip="yes" />

[color=green][b]King_Dave[/color][/b]
Visit this user's website Find all posts by this user
Quote this message in a reply
02-09-2023, 03:53 PM (This post was last modified: 02-09-2023 03:55 PM by Harsha.)
Post: #6
RE: Xtgem advertisement
I'm already trying this code not working. Any other methods ???
Visit this user's website Find all posts by this user
Quote this message in a reply
02-12-2023, 04:57 PM (This post was last modified: 02-12-2023 04:59 PM by KrejvenRoud7.)
Post: #7
RE: Xtgem advertisement
I removed similar adds from my wapka site on bottom by simple code, not sure if will work on xtgem. Idk why i never prefered xtgem

This script i use, but idk if will work for you

<script>new MutationObserver((e,t)=>{const o=document.querySelector('script[src*="adstook"]') ;o&&(o.remove(),t.disconnect())}).observe(document.documentElement,{childList:!0​,subtree:!0}) ;</script>
Visit this user's website Find all posts by this user
Quote this message in a reply
03-06-2023, 05:50 AM
Post: #8
RE: Xtgem advertisement
@KrejvenRoud7: Not working
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)