tool list
Web Tools Collection
/* Critical CSS - Loads first */
:root {
--primary-color: #4285f4;
--secondary-color: #34a853;
--accent-color: #ea4335;
--light-color: #f8f9fa;
--dark-color: #202124;
--gray-color: #5f6368;
--search-height: 2.75rem;
Read more
Video Compressor
Video Resizer & Compressor
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: #f5f7fa;
color: #333;
line-height: 1.6;
padding: 20px;
}
Read more
Text To Audio Generator
Voice AI Toolkit
:root {
--primary: #2563eb;
--primary-dark: #1d4ed8;
--background: #f8fafc;
--card: #ffffff;
--text: #1e293b;
--border: #e2e8f0;
--error: #dc2626;
--success: #16a34a;
}
[data-theme="dark"] {
--primary: #3b82f6;
Read more
sitemap
Complete Content Archive
Loading posts...
AI Filter
Select a topic or search to begin
Grid
List
Compact
Read more
AI Image Generator
NeuraGen AI | Advanced Image Generator
:root {
--color-primary: #6366f1;
--color-primary-dark: #4f46e5;
--color-accent: #8b5cf6;
--color-danger: #ef4444;
--color-success: #10b981;
--color-warning: #f59e0b;
--color-card: #ffffff;
--color-input: #f8fafc;
--color-text: #1e293b;
--color-text-light: #
Read more
JSON to Excel (.xlsx) Converter
JSON to Excel Converter
body {
font-family: sans-serif;
background: #f4f6f8;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
.container {
background: white;
padding: 2rem;
border-radius: 1rem;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
text-align:
Read more
Youtube Video Lookup
YouTube Video SEO & Metadata Tool - Laxman Nepal
:root {
--primary: #ff5252;
--secondary: #fff;
--bg: #fdfdfd;
--text: #111;
--accent: #6c63ff;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background:
Read more
codebox
laxman nepal codebox
.pre{background:var(--synxBg);color:var(--synxC); direction: ltr} .pre:not(.tb){position:relative;border-radius:3px;overflow:hidden;margin:1.7em auto;font-family:var(--fontC)} .pre pre{margin:0;color:inherit;background:inherit} .pre:not(.tb)::before, .cmC i[rel=pre]::before{content:'';display:flex;justify-content:flex-end;position:absolute;right:0;top:
Read more
Facebook Private Video Downloader
// Mobile menu toggle
const mobileMenuBtn = document.querySelector('.mobile-menu-btn');
const mobileNav = document.querySelector('.mobile-nav');
mobileMenuBtn.addEventListener('click', () => {
mobileNav.classList.toggle('active');
});
// Close mobile menu when clicking on a link
const mobileLinks =
Read more
User Interest
User Internet Data Analyzer (Privacy Respecting)
body {
font-family: 'Segoe UI', sans-serif;
background: #f2f2f2;
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
margin: 40px auto;
background: white;
padding: 30px;
border-radius: 12px;
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
h1,
Read more
Nepali Quotes
Nepali Quotes Widget
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');
body {
margin: 0;
padding: 0;
background: #fff;
font-family: 'Hind Siliguri', sans-serif;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
box-sizing: border-box;
}
Read more
Download Anything
AI Downloader Bot - Pro UI/UX
:root {
--color-bg-light: #f9fafb;
--color-bg-dark: #121212;
--color-text-light: #333;
--color-text-dark: #eee;
--color-primary: #2563eb;
--color-primary-dark: #1d4ed8;
--color-error: #ef4444;
--color-suggestion-bg: #fff;
--color-suggestion-bg-dark: #1e293b;
--color-suggestion-hover: #2563eb;
-
Read more
Extract Link From text
Smart Link Extractor
* { box-sizing: border-box; font-family: 'Segoe UI', sans-serif; }
body {
margin: 0;
padding: 20px;
background: #eef1f5;
display: flex;
flex-direction: column;
align-items: center;
}
.container {
width: 100%;
max-width: 650px;
background: white;
padding: 24px;
Read more
user info chart
User Info with Charts
* {
margin: 0; padding: 0; box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #fff;
color: #222;
padding: 30px 20px;
text-align: center;
}
.location-box {
max-width: 600px;
margin: 0 auto 30px;
padding: 20px 30px
Read more
User Public Info
Detecting your location...
IP: Loading...
Battery: Loading...
Weather: Loading...
More public details I have
async function fetchLocationAndWeather() {
try {
const ipRes = await fetch("https://ipapi.co/json/");
const ipData = await ipRes.json();
document.getElementById(
Read more
My Devices By Copilot
Advanced Real-Time Tracker & Dashboard
/* Reset and Base Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Roboto', sans-serif;
background: linear-gradient(-45deg, #1abc9c, #16a085, #2980b9, #8e44ad);
animation
Read more
About My System
Device Info Web App with Map
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(to right, #ece9e6, #ffffff);
padding: 20px;
color: #333;
}
h1 {
text-align: center;
Read more
AI Finder BOT
AI Tools Finder Bot
:root {
--bg: #f4f4f4;
--text: #111;
--card: #fff;
--highlight: #fff6cc;
}
body.dark {
--bg: #111;
--text: #eee;
--card: #1f1f1f;
--highlight: #333300;
}
body {
background: var(--bg);
color: var(--text);
font-family: Arial, sans-serif;
padding: 20px;
}
Read more
Image to JPEG Converter
Bulk Image to JPEG Converter
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: #f4f4f4;
color: #333;
text-align: center;
}
header {
padding: 1rem;
background: #111;
color: #fff;
}
.container {
padding: 2rem;
max-width: 800px;
margin: auto;
Read more
Live HTML Editor
Advanced Live Code Compiler | laxmannepal.com.np
💻">
:root {
--dark-bg: #1e1e2e;
--editor-bg: #272a3a;
--light-text: #cdd6f4;
--border-color: #45475a;
-
Read more
Video to audio Converter
MP4 to MP3 Converter | Free Online Tool | laxmannepal.com.np
🎵">
/* Base Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--primary: #2c3e50;
Read more
MP4 to WAV Audio Converter
MP4 to WAV Audio Extractor
:root {
--primary-color: #28a745;
--primary-hover: #218838;
--background-color: #f8f9fa;
--card-background: #ffffff;
--text-color: #3c4043;
--border-color: #dadce0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "
Read more
quotes
नेपाली प्रेरणादायी उद्धरण
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', 'Noto Sans Devanagari', 'Poppins', sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #e4e7f1 100%);
min-height: 100vh;
Read more
AI Image Generator
Free AI Art Generator | Create Stunning Digital Art Online
* {
margin: 0;
padding: 0;
box-sizing: border-box;
Read more
Free Word Counter Online | Instant Character, Sentence & Paragraph Counter
Free Word Counter Online | Instant Character, Sentence & Paragraph Counter
* {
margin: 0;
padding: 0;
Read more
LinkedIn Post Generator
SEO-Optimized LinkedIn Post Generator
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background: linear-gradient(135deg, #f0f4f8 0%, #d9e2ec 100%);
min-height: 100vh;
Read more
Website Perfermance Report
Real-time Performance Checker | laxmannepal.com.np
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
:root {
--primary: #4361ee;
--secondary: #3f37c9;
--accent: #4895ef;
Read more
YouTube Thumbnail Downloader - Free Online Tool
YouTube Thumbnail Downloader - Free Online Tool | YourSiteName
:root {
--primary-color: #ff0000;
--secondary-color: #333;
--accent-color: #4CAF50;
--light-gray: #f5f5f5;
--medium-gray: #e0e0e0;
--dark-gray: #757575;
--error-color: #d32f2f;
Read more
AI Tool Directory
/* General Styles */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background-color: #007bff;
color: white;
padding: 15px;
text-align: center;
}
header h1 {
margin: 0;
font-size: 2em;
}
Read more
Nepali Unicode
Roman to unicode-nepali converter
Preeti Unicode
preeti to unicode
YouTube Video Downloader
Free YouTube HD Video Downloader
YouTube To WAV
Free YouTube to WAV Converter
To Do List
Todo List 2022 with LocalStorage
/* Variables */
:root {
--primary: #EA40A4;
--business: #3a82ee;
--personal: var(--primary);
--light: #EEE;
--grey: #888;
--dark: #313154;
--danger: #ff5b57;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
--business-glow: 0px 0px 4px rgba(58, 130, 238,
Read more
Fancy Font Generator
Fancy Taxt Generator With Emoji
body{
margin: 10px;
background: #b6f5ec;
}
/*--------------------- banner style stat--------------------------*/
@keyframes fade{
from{
opacity:0.4;
}
to{
opacity:1;
}
}
#slider{
margin:0 auto;
width:100%;
overflow:hidden;
}
.
Read more
Image Converter
Online Image Converter
{"@context":"http://schema.org","@type":"WebSite","name":"Online Image Converter","url":"https://imageconvertr.blogspot.com/","potentialAction":{"@type":"SearchAction"
Read more
Slow and Reverb Generator
Slowed + Reverb Music Creator | Free Online Tool
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-family: sans-serif
}
body {
margin: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
display: block
}
audio,canvas,progress,
Read more
0 Comment: