@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.google.com") {
.ads-ad
{ display: none !important }
}
2017/04/30
Stylish for g00gle
new FB Stylish for Firefox
FB did a major change on their web site so many Id and classes were changed, old Stylish template doesnt work anymore as it used to be. So here's my first attempt to rewrite it:
*(Updated 20170801)
*(Updated 20170801)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.facebook.com") {
.groupSkyAux,
#pagelet_pymk_timeline,
.contentArea,
.rightCol,
#pagelet_rhc_footer,
#appsNav,
#outdatedBrowserBanner,
.fbPageBannerInner,
#u_jsonp_8_n,
._1vc-,
.ego_section,
.mts,
.home_right_column,
#substream_0
{background:none !important;display:none !important}
.textInput
{color:black !important;}
}
Styilish for Twitter
this is a work in progress:
Firefox + Stylish addon
this code removes "Moments":
Firefox + Stylish addon
this code removes "Moments":
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
.moments
{ display:none !important }
}
2016/10/18
MongoDB 3.2 on Slackware 14.0
Slackbuilds already have premade packages for MongoDB but the problem is, sometimes they are outdated. Some people might not want to upgrade their Slackware installation, and since I'm in such situation, here is my recipe
- grab the aproppiate MongoDB from Slackbuilds to your version of Slackware.
- install it as usual with upgradepkg --install-new, but dont start it now
- grab binaries from https://www.mongodb.com/download-center
- unpack them
- overwrite unpacked binaries in /usr/bin
- and now you can start the server and restart Apache if needed
Labels:
command line,
MongoDB,
network administration,
slackware,
upgrades
2016/09/24
vmware tools kernel headers
command line to fix the issue with the kernel header path on slackware for vmware tools configurator:
ln -s /usr/src/linux-$(uname -r)/include/generated/uapi/linux/version.h /usr/src/linux-$(uname -r)/include/linux/version.h
2016/02/26
FB Clean Stylish
another post of the same thing: how to get rid of annoying suggestions and ads
get Firefox + Stylish
inside Stylish create the following style:
get Firefox + Stylish
inside Stylish create the following style:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com") {
.uiTextareaAutogrow, .inputtext { color: black ; background-color:white }
#u_jsonp_5_1p,
._5ciw, .rhcFooter,
#appsNav,
#pagesNav,
#interestsNav,
#developerNav,
#listsNav,
#pagelet_bookmark_nav,
#u_jsonp_2_29,
#nf_megaphone_school_add,
#stream_story_525363c9273e41d84248140,
.stream_story_525363c9273e41d84248140,
#pagelet_stream_pager,
#u_0_30,
#rightCol,
#pagelet_side_ads,
#pagelet_pymk_timeline,
#escapeHatchMinimal_4__g,
#rightColWrap,
#pagelet_pymk_timeline,
#pagelet_megaphone,
#findFriendsNav,
.UIStandardFrame_SidebarAds,
.MessagingNetegoSidebar,
#MessagingNetegoSidebar,
#pagelet_bookmark_nav,
#pagelet_relationships,
#profile-friends-footer,
.pagelet_stream_pager,
#pagelet_stream_pager,
.rightCol,
#rightCol,
.rightColumnWrapper,
#rightColumnWrapper,
#pagelet_right_sidebar,
.pagelet_right_sidebar,
.fbTimelineSideAds,
#rightCol #pagelet_ego_pane .ego_column:nth-child(1),
.fbPhotoSnowboxAds,
.fbPhotoSnowboxAdsSide,
.fbEmu.fbEmuBlock.fbEmuEgo[id*="-id_"],
a[href*="/campaign/111111"], /* REMOVED TEMPORARY */
.fbEmuMarketplace,
#egoRefreshAds,
#pagelet_ego_pane_m,
#pagelet_ego_pane_w,
/* OLD STYLES */
.profile_sidebar_ads, .sidebar_ads, .adcolumn_header, .admarket_ad,
.ad_story, .social_ad_advert, .ads_feedback, .next_ad_button, .more_ads
{background:none !important;display:none !important}
}
Labels:
Facebook,
Firefox,
Nasty dialogs,
No Ads,
Stylish
2015/08/13
Installing Win + Linux Slackware on a Mac Book Pro 5 with lilo
here's a list of the things I did to successfully install Windows Vista and Linux Slackware 14 on a MBP 5 (after a lot of tries).
1) booted up using Slack CD ROM, deleted the GPT using the zap command
2) then booted up using the Win CD and installed using some space of the hard disk. And then I made sure the computer would boot it.
3) then booted up under Linux, repartitioned using fdisk, created swap and root filesystem, but I left marked as bootable only the Linux partition
4) setup as normal
5) when asked by lilo, I choose Automatic setup and install into MBR
Apparently Mac doesn't need the GPT or it's rebuild automatically on reboots. But MBR needs only one partition active.
1) booted up using Slack CD ROM, deleted the GPT using the zap command
2) then booted up using the Win CD and installed using some space of the hard disk. And then I made sure the computer would boot it.
3) then booted up under Linux, repartitioned using fdisk, created swap and root filesystem, but I left marked as bootable only the Linux partition
4) setup as normal
5) when asked by lilo, I choose Automatic setup and install into MBR
Apparently Mac doesn't need the GPT or it's rebuild automatically on reboots. But MBR needs only one partition active.
Subscribe to:
Posts (Atom)