Skip to content

Commit

Permalink
Added \!IMPORTANT as our styles were being overwrote in some instances.
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jul 4, 2010
1 parent 3c84af8 commit 960d78c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified facebook-cleaner.crx
Binary file not shown.
2 changes: 1 addition & 1 deletion facebook-cleaner/manifest.json
@@ -1,6 +1,6 @@
{
"name": "FacebookCleaner",
"version": "1.3",
"version": "1.4",
"description": "Chrome Extension to remove those bloody suggestion boxes.\nProject Page: http://github.com/balupton/Facebook-Cleaner",
"update_url": "http://github.com/balupton/Facebook-Cleaner/raw/master/updates.xml",
"content_scripts": [
Expand Down
2 changes: 1 addition & 1 deletion facebook-cleaner/style.css
@@ -1,4 +1,4 @@
#pagelet_betabox, #pagelet_netego, #pagelet_pymkbox, #pagelet_pokebox, #pagelet_connectbox, /* http://www.facebook.com/ */
#mainContainer .mtl, .ego_column, .hp_connect_box, .mbl /* http://www.facebook.com/?ref=logo */ {
display:none;
display:none !IMPORTANT;
}
2 changes: 1 addition & 1 deletion updates.xml
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='mfemihjpjpiamfbjmgenbcpblnlaebke'>
<updatecheck codebase='http://github.com/balupton/Facebook-Cleaner/raw/master/facebook-cleaner.crx' version='1.3' />
<updatecheck codebase='http://github.com/balupton/Facebook-Cleaner/raw/master/facebook-cleaner.crx' version='1.4' />
</app>
</gupdate>

0 comments on commit 960d78c

Please sign in to comment.