minimal (everything unneeded is hidden) tinyrurl.com for the free version
TinyURL Minimal - Lulu by lushangorgin
Details
Authorlushangorgin
LicenseNo License
Categorytinyurl.com
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Minimal TinyURL @Lulu
@version 20240510.13.55
@namespace https://userstyles.world/user/lushangorgin
@description minimal (everything unneeded is hidden) tinyrurl.com for the free version
@author lushangorgin
@license No License
==/UserStyle== */
@-moz-document domain("tinyurl.com") {
/* Last updated: 2024-05-10 */
/* TOOLBAR */
/* Help & Notifications */
div.flex-center.mx-2,
/* My URLs */
#myurls_link_nav--lg,
/* Plans */
a.navigation-link.rounded.home_header_button_pricing,
/* Blog */
a.navigation-link.rounded.home_header_button_blog,
/* Features */
div.flex-center.bg-teal.rounded.position-relative > div {
display: none;
}
/* APP SECTION */
/* Hide custom domain names */
div.col-md-7.mb-2.mb-md-0 {
display: none;
}
/* Make 'Enter alias' full width */
div.col-md-5.mb-0 {
flex: auto;
max-width: 100%;
}
/* Share */
#dashboard_create_tinyurl_form > div.d-flex.flex-wrap.mb-3 > span:nth-child(3) {
display: none;
}
/* MAIN PAGE */
/* Disclaimer */
div.mt-4:nth-child(2),
/* Information on the right of app */
div.view-sell,
/* Ads on the right */
.view-right,
/* Ads at the bottom */
.view-footer-1,
/* Status bar */
#footer_section {
display: none !important;
}
}