mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
feat(new tool): URL Cleaner
URL Cleaner Remove fbclip, utm params and other tracking parameters
This commit is contained in:
parent
d3b32cc14e
commit
e94cebfe19
5 changed files with 77 additions and 6 deletions
12
src/tools/url-cleaner/index.ts
Normal file
12
src/tools/url-cleaner/index.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { ClearAll } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'Url Cleaner',
|
||||
path: '/url-cleaner',
|
||||
description: 'Clean Ads tracker, UTM, Facebook and other ads provider parameters from an URL',
|
||||
keywords: ['url', 'cleaner', 'utm', 'fbclip'],
|
||||
component: () => import('./url-cleaner.vue'),
|
||||
icon: ClearAll,
|
||||
createdAt: new Date('2024-03-13'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue