Skip to content

Instantly share code, notes, and snippets.

@mcsaeid
Last active April 25, 2022 18:27
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsaeid/36cf3b93431a0be5a9ee50c55b2e30f5 to your computer and use it in GitHub Desktop.
Save mcsaeid/36cf3b93431a0be5a9ee50c55b2e30f5 to your computer and use it in GitHub Desktop.
Minimal Twitter
/* حذف لوگوی توئیتر */
[aria-label="Twitter"],
[aria-label="توییتر"] {
display: none;
}
/* ستون سمت چپ */
/* Explore و ،Bookmarks ،Lists چیزهایی که استفادهٔ کمتری دارن، شامل */
[aria-label="Search and explore"],
[aria-label="جستجو و کاوش"],
[aria-label="Bookmarks"],
[aria-label="نشانک‌ها"],
[aria-label="Lists"],
[aria-label="فهرست‌ها"] {
display: none;
}
/* Notifications حذف */
[data-testid="AppTabBar_Notifications_Link"] {
display: none;
}
/* فونتی سبک‌تر برای متن اجزای ستون */
[aria-label="Primary"] [dir="auto"],
[aria-label="اصلی"] [dir="auto"] {
font-size: 1rem;
font-weight: 400;
}
/* نزدیک‌ترشدن آیکون‌های اجزای ستون به‌هم */
[aria-label="Primary"] a,
[aria-label="اصلی"] a {
padding: 0;
}
/* پنهان‌کردن آیکون پروفایل (پایین سمت چپ) جهت تغییر حساب */
[data-testid="SideNav_AccountSwitcher_Button"] {
display: none;
}
/* عدم نمایش علامت اعلان‌های خوانده‌نشده برای حساب‌های دیگر */
[class="css-1dbjc4n r-l5o3uw r-11mg6pl r-sdzlij r-1phboty r-rs99b7 r-k5y9r7 r-u8s1d r-1c95alr r-1qcuhsn r-lrvibr r-1t7zxhp"] {
display: none;
}
/* کلید توئیت */
/* تغییر رنگ آیکون توئیت به رنگی با شدت کمتر */
[aria-label="Tweet"],
[aria-label="توییت کردن"] {
border: none;
box-shadow: none;
background-color: #F4F8FA;
}
/* روی کلید Tweet رنگ متن */
[aria-label="Tweet"] div,
[aria-label="توییت کردن"] div {
color: #00A1F9;
}
[aria-label="Tweet"]:hover,
[aria-label="توییت کردن"]:hover {
filter: none;
}
/* رنگ کلید وقتی ماوس روی آن می‌رود */
[aria-label="Tweet"]:hover,
[aria-label="توییت کردن"]:hover {
background-color: #00A1F9;
}
[aria-label="Tweet"]:hover div,
[aria-label="توییت کردن"]:hover div {
color: #F4F8FA;
}
/* حذف تعداد لایک، ریتوئیت، و کامنت */
[class="css-1dbjc4n r-xoduu5 r-1udh08x"] {
display:none;
}
/* تایم‌لاین */
/* سایه پشت تایم‌لاین */
div[data-testid="primaryColumn"] {
border-color: rgba(40, 40, 40, 0.35) !important;
max-width: 600px !important;
box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.25);
}
/* ستون سمت راست */
/* What’s Happening و Trending حذف بخش */
[aria-label="Timeline: Trending now"],
[aria-label="خط زمان: بحث داغ کنونی"] {
display: none;
}
/* Topics to follow حذف بخش */
[aria-label="Timeline: "],
[aria-label="خط زمان: "] {
display: none;
}
/* Who to follow حذف بخش */
[aria-label="Who to follow"],
[aria-label="افرادی برای دنبال کردن"] {
display: none;
}
/* Who to follow حذف پس‌زمینهٔ */
[data-testid="sidebarColumn"] .r-1867qdf {
display: none;
}
/* Unfollow کم‌رنگ‌ترکردن */
[data-testid="16515870-unfollow"] {
filter: grayscale(1);
opacity: 0.5;
}
/* Footer حذف */
[aria-label="Footer"],
[aria-label="پانویس"] {
display: none;
}
/* متفرقه */
/* پیام‌ها در پایین سمت راست تصویر */
[data-testid="DMDrawer"] {
display: none;
}
/* حذف نوتیفیکیشن لایک و فالو */
[class="css-1dbjc4n r-1loqt21 r-1ny4l3l r-ymttw5 r-1f1sjgu r-o7ynqc r-6416eg"] {
display: none;
}
/* تغییر رنگ نام افراد در نوتیفیکیشن‌ها از آبی به مشکی در حالت روز */
[class="css-4rbku5 css-18t94o4 css-901oao css-16my406 r-1cvl2hr r-1loqt21 r-poiln3 r-b88u0q r-bcqeeo r-qvutc0"] {
color: rgb(15, 20, 25);
}
/* تغییر رنگ نام افراد در نوتیفیکیشن‌ها از آبی به مشکی در حالت شب */
[class="css-4rbku5 css-18t94o4 css-901oao css-16my406 r-1cvl2hr r-1loqt21 r-poiln3 r-b88u0q r-bcqeeo r-qvutc0"] {
color: rgb(255, 255, 255);
}
@AminTaheri23
Copy link

Thank you :)

@mcsaeid
Copy link
Author

mcsaeid commented Aug 4, 2021

Thank you :)

No problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment