AI Web Genix
1.22K subscribers
113 photos
1 video
42 files
148 links
IT Professional by profession. Blogger, Digital Marketer & Content Creator by passion. πŸ™πŸ™
Youtube πŸ‘‡
https://youtube.com/@AIWebGenix?sub_confirmation=1

https://aiwebgenix.blogspot.com
Download Telegram
Guys please click on the #ad and support me.

Thank you all πŸ™πŸ™πŸ™
I'll give you this bot code.
Please boost my channel and get the code privately

https://t.me/boost/AIWebGenix
Please open Telegram to view this post
VIEW IN TELEGRAM
🚍New Video Coming Soon πŸ”œ
⁉️ How to create responsive Chatgpt like website and host for free ♾️
Subscribe our YouTube Channel :
πŸ‘‰https://youtube.com/@AIWebGenix?sub_confirmation=1
πŸ‘1πŸ‘Œ1
AI Web Genix pinned Β«βœ… I did amazing and simple background remover website. 🌐Check out now : πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡ πŸ‘‰ https://removerbgfree.blogspot.comΒ»
βœ… I did amazing and simple Youtube Thumbnail Downloader.

🌐Check out now : πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡
πŸ‘‰https://freethumbnaildownloadersite.blogspot.com
πŸ”₯1πŸ‘Œ1
bgremover-prompt.txt
4.8 KB
πŸ”₯1πŸ‘Œ1
3D Car Game prompt.txt
2.7 KB
Use this prompt to build your own 3D car game πŸš—
πŸ”₯1πŸ‘1
Prompt :
Create a multitool website code generate using simple html css js named is Text Tools Hub UI professional aur simple aesthetic style jismein navbar, hero, tools showcase, features, testimonials, FAQ aur footer sections hain. Tools section mein popup modals open hote hain jab user click kare. Features Text Case Converter, Word Counter, Remove Extra Spaces, Character Counter, Text Reverser, Find & Replace, Line Countermore like this Use the user-friendly font family Montserrat for headings and poppins for text.use dark theme and professional css.
πŸ”₯1
Text Tool Hub.html
28.2 KB
πŸ₯°1πŸ‘1
How we can create a button with external link when creating a post in website?

1; Change the tab to <html>.
2; Copy this code

<a href="YOUR-EXTERNAL-LINK-HERE" target="_blank" style="background-color: #4CAF50; /* Green */ border: none; color: white; padding: 7px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; margin: 2px 1px; cursor: pointer; border-radius: 4px;">BUTTON NAME</a>
3;Edit the code to replace
YOUR-EXTERNAL-LINK-HERE

with your own external link.
4; Change the
Button Name

with your own.
5; Put the code inside your post where you want.

βœ…πŸŒ Please Like And Share πŸ™πŸ™
πŸ•Š2❀1πŸ‘1
πŸ“™Generate Your Contact Us Page with this free and amazing website 🌐
βœ… Free and unlimited
βœ… Simply Connect to email πŸ“¨
βœ… Others can simply send the message to your email address when they fill out the box β˜‘οΈ
🀜 Try Now πŸ€–πŸ’€
❀1πŸ†’1πŸ™‰1
πŸ† $500 Weekly Referral Contest!

Invite friends, climb the leaderboard, and win big every week.
The more referrals you bring, the higher your rewards! πŸ’°

πŸ‘‰ Join now & start referring
admin.html
15.9 KB
🌐App Store Admin Panel
πŸ”₯2
user.html
23.2 KB
🈸App Store User Panel
❀1πŸ‘1πŸ‘Œ1
How we can eliminate ?m=1 from blogger?
Eg.
https://contact-us-generator.blogspot.com/?m=1

Copy and paste this code in the blogger theme before </head>
tag.

<script type='text/javascript'>
// Corrected script for ?m=1 redirection
var uri = window.location.toString();
if (uri.indexOf("%3D","%3D") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("%3D"));
window.history.replaceState({}, document.title, clean_uri);
}
if (uri.indexOf("?m=1","?m=1") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("?m=1"));
window.history.replaceState({}, document.title, clean_uri);
}
if (uri.indexOf("&m=1","&m=1") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("&m=1"));
window.history.replaceState({}, document.title, clean_uri);
}
</script>