Skip to content

Instantly share code, notes, and snippets.

@TechnicalExpo
TechnicalExpo / Terms of Service
Created November 2, 2025 18:38
These Terms of Service (“Terms”) govern your access to and use of the App and related services that enable automated posting to social media platforms such as Facebook, Instagram, Threads, and others via n8n workflows.
By using this App, you agree to these Terms. If you do not agree, please do not use the App.
1. Use of Service
The App allows users to automate content posting, scheduling, and data synchronization across multiple social media platforms.
You must use the App in compliance with all applicable laws, Facebook’s Platform Policy, and Meta’s Developer Terms.
You are solely responsible for any content posted via your connected accounts.
@TechnicalExpo
TechnicalExpo / Privacy Policy
Last active November 2, 2025 18:34
Thank you for using our automation app “EntryBot”. This Privacy Policy explains how we collect, use, and protect your information when you use our automation services that connect to Facebook, Instagram, Threads, and other platforms through n8n workflows.
Last Updated: November 2, 2025
Thank you for using our automation app (“the App”).
This Privacy Policy explains how we collect, use, and protect your information when you use our automation services that connect to Facebook, Instagram, Threads, and other platforms through n8n workflows.
1. Information We Collect
We may collect the following types of information when you connect your social media accounts:
Public Profile Data: Such as your name, profile picture, and Page ID, as allowed by Facebook’s and Instagram’s APIs.
@TechnicalExpo
TechnicalExpo / Privacy Policy for Fiverr Helper Extension
Created October 7, 2025 18:30
Fiverr Helper Enhance Fiverr browsing with keyword analysis, gig metrics, smart sorting, and seller insights for better decision-making. Install Fiverr Helper now and transform your Fiverr browsing experience!
PRIVACY POLICY FOR FIVERR HELPER CHROME EXTENSION
Last Updated: January 2025
1. INTRODUCTION
This Privacy Policy describes how Fiverr Helper ("we", "our", or "the extension") handles information when you use our Chrome extension. We are committed to protecting your privacy and being transparent about our practices.
Developer: Arsalan Khan
Website: https://Entry.PK
@TechnicalExpo
TechnicalExpo / Privacy Policy - Google Flow Video Automation
Created October 5, 2025 15:52
Google Flow Video Automation ("the Extension") is committed to protecting your privacy. This privacy policy explains our data practices.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Google Flow Video Automation</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
max-width: 800px;
@TechnicalExpo
TechnicalExpo / Google Flow Video Automation
Created September 4, 2025 11:01
Google Flow Video Automation ("the Extension") is committed to protecting your privacy. This privacy policy explains how our Chrome extension handles information when you use our service.
## Information We Do NOT Collect
**We do not collect, store, transmit, or share any personal information.** Specifically:
- ❌ No personal identification information
- ❌ No browsing history or web activity
- ❌ No user-generated content or prompts
- ❌ No video files or media content
- ❌ No usage analytics or tracking data
- ❌ No cookies or tracking mechanisms
Privacy Policy for X-Design Video Downloader
Last Updated: September 2, 2025
This Privacy Policy describes how the X-Design Video Downloader Chrome Extension ("the Extension") handles your data.
1. Introduction
The X-Design Video Downloader is designed with your privacy in mind. Our single purpose is to help you download videos from x-design.com. We do not collect, store, or transmit any of your personal information.
2. Data Handling
@TechnicalExpo
TechnicalExpo / mask.css
Created October 6, 2024 04:39
This CSS code snippet defines a CSS selector named .selector (you'll need to replace this with the actual name you've given to your element). It's designed to create an element with an aspect ratio of 2:1 (1200/600), a tomato-red background color, and a mask image that overlays the background color.
.selector { /* Change this to "Selector Name you gave" */
aspect-ratio: 1200 / 600; /* Give Exact SVG SIZE Here */
background-color: tomato;
mask-image: url("/* SVG URL */"); /* Change SVG URL Here */
-webkit-mask-image: url("/* SVG URL also here */"); /* Change SVG URL Here */
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-size: 100% auto; /* mask-size: contain; */
-webkit-mask-size: 100% auto; /* -webkit-mask-size: contain; */
}