Skip to content

Instantly share code, notes, and snippets.

@Nebula-Mechanica
Nebula-Mechanica / habr-cleanup.txt
Last active August 7, 2021 10:12
Habr.com cleanup
! Title: Habr.com cleanup
! Expires: 2 days
! Cleanup ads and junk on habr.com that remains after adblocking
habr.com##li.tm-article-list-block__item:has(a[href*="u.habr.com"])
habr.com##a[href="https://tmtm.ru/megapost/"]
habr.com##[id*="promo_block"]
habr.com##[id*="project-blocks"]
habr.com##[href^="http://ruvds.com/ru-rub"]
habr.com##[href="https://www.globalsign.com/ru-ru/secure-email"]
habr.com##[href="https://slc.tl/ymqbJ"]
@Nebula-Mechanica
Nebula-Mechanica / LOR-Show-Feed.user.js
Last active July 15, 2020 09:08
Показ ссылку на ленту в меню вверху
// ==UserScript==
// @name LOR Show Feed
// @description Показ ссылки на ленту в меню вверху
// @author Nebula-Mechanica
// @version 1
// @grant none
// @license The Unlicense
// @include http://www.linux.org.ru/*
// @include https://www.linux.org.ru/*
// ==/UserScript==
@Nebula-Mechanica
Nebula-Mechanica / remove-covid-vk.txt
Last active August 20, 2020 15:11
Remove covid annoyances from VK (list for adblocker)
! Title: Remove covid annoyances from VK
! Expires: 2 days
! No more virus annoyances!
vk.com##.CovidLogo__hashtag
vk.com##.CovidStatus__wrapper
vk.com###ui_rmenu_coronavirus
vk.com###ui_rmenu_stayhome
vk.com##.im-mess-stack--lnk > .emoji
vk.com##._im_dialog_link > .emoji
vk.com##._im_page_peer_name > .emoji
@Nebula-Mechanica
Nebula-Mechanica / lor-deleted-comments-reveal.user.js
Last active December 4, 2022 15:10
Открывает ссылки на удалённые комментарии
// ==UserScript==
// @name lor-deleted-comments-reveal
// @author bodqhrohro (original)
// @author Nebula-Mechanica (slight adaptation)
// @namespace lor
// @description Shows and opens deleted comments' links.
// @include http://www.linux.org.ru/*
// @include https://www.linux.org.ru/*
// @version 1.1
// @grant none
@Nebula-Mechanica
Nebula-Mechanica / LOR-IgnoredDeleted.user.js
Last active December 4, 2022 13:44
Возможность просматривать удалённые комментарии игнорируемых пользователей
// ==UserScript==
// @name LOR IgnoredDeleted
// @description Возможность просматривать удалённые комментарии игнорируемых пользователей
// @author Nebula-Mechanica
// @version 1
// @grant none
// @license The Unlicense
// @include http://www.linux.org.ru/*
// @include https://www.linux.org.ru/*
// ==/UserScript==
@Nebula-Mechanica
Nebula-Mechanica / metallum-light.css
Last active November 10, 2020 18:05
Metallum Light
@-moz-document domain("www.metal-archives.com") {
body, #header, #left_col, #affiliation-links, #reminders, .ui-tabs .ui-tabs-nav, .ui-state-default, .ui-widget-content .ui-state-default, .tabs.ui-widget-content, #latest {
background: #f3efe6 !important;
color: #000 !important;
}
.ui-tabs-panel, .ui-tabs .ui-tabs-panel-content, #left_menu_box, #member_box, table.display td, .tabs2lvl.ui-widget-content, .ui-state-active, .ui-widget-content .ui-state-active, .chronology, .ui-widget-content, .toolMenu .toolMenu-content, .reviewBox, .commentBox, .reviewContent, .commentContent {
background: #e5dfd2 !important;
color: #000 !important;
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("vk.com") {
.page_square_photo {
height: 90px !important;
width: 90px !important;
}
#profile_wall .clear_fix A.page_post_thumb_wrap.image_cover,
#group_wall .clear_fix A.page_post_thumb_wrap.image_cover,
#public_wall .clear_fix A.page_post_thumb_wrap.image_cover,
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("vk.com") {
#top_audio_player {
opacity: 0.7 !important;
position: fixed !important;
color: rgb(40, 84, 115) !important;
bottom: 10px !important;
left: 10px !important;
background: #E1E7ED !important;
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("vk.com") {
#top_audio_player {
opacity: 0.7 !important;
position: fixed !important;
color: rgb(40, 84, 115) !important;
bottom: 10px !important;
left: 10px !important;
background: #E1E7ED !important;
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86"
SLOT="0"