Tuesday 16 April 2013

Cur tostid er Facebook / Shutting up Facebook

Click here for English.

Shoh aght bunneydagh dy wooghey reddyn boiragh nagh vel oo son nyn vakin er Facebook. Jus fow Stylish son Firefox - ny red ennagh casley rish son dty yeeagheyder quaagh hene - as cur stiagh y coad heese:


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {

div.ego_column, .storyInnerContent.storyContent
{
display: none;
}
}

Ta shen mooghey y barr soilsheenagh jesh as ny "Upcoming Events" 'sy stroo bea. Dy meeaighar, s'cosoyolagh eh dy jed eh er brishey dy leah ec Facebook. Nee'm eh y yannoo ass y noa tra ta mee dy chaghlaa.

NOA: Shen tappee. Nish t'eh brishey feer çhaghteraghtyn. Agh v'eh fondagh dy liooar daa laa er dy henney, creid mish. Ta mee er scryssey ny nagh vees gobbraghey.

NOA 2: Kiartit!


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {

div.ego_column
{
display: none;
}

[title="Upcoming Events"], [title="Upcoming Events"]+div
{
display: none;
}

div[class^="_4"]
{
display: none;
}
}


English

This is a simple technique to block out some of Facebook's more annoying ads and unwanted junk. Grab a copy of Stylish for Firefox - or something equivalent to edit how websites appear (a CSS overriding tool) on whatever browser you prefer - and use the following code, or an equivalent:


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {

div.ego_column, .storyInnerContent.storyContent
{
display: none;
}
}

That should block out the right-hand ad bar, plus the wretched "Upcoming Events" in your feed. Sadly Facebook will no doubt break it soon, as they seem to change their design regularly just to stop this kind of thing, but I'll try to keep it up to date.

EDIT: And as predicted... I've crossed out the bit that's now liable to break things, by blocking actual messages in your feed. It worked fine two days ago. That's quick work.

EDIT 2: Fixed!


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {

div.ego_column
{
display: none;
}

[title="Upcoming Events"], [title="Upcoming Events"]+div
{
display: none;
}

div[class^="_4"]
{
display: none;
}
}

No comments:

Post a Comment