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
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 !!! |
|||
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] |
|||
02-08-2023, 05:05 PM
Post: #3
|
|||
|
|||
RE: Xtgem advertisement
Using Puffin mod can block banners.
|
|||
02-09-2023, 07:38 AM
Post: #4
|
|||
|
|||
RE: Xtgem advertisement | |||
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] |
|||
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 ???
|
|||
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> |
|||
03-06-2023, 05:50 AM
Post: #8
|
|||
|
|||
RE: Xtgem advertisement
@KrejvenRoud7: Not working
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)