earth2marsh + firefox   217

poster-extension - Poster Firefox Extension - Google Project Hosting
"A developer tool for interacting with web services and other web resources that lets you make HTTP requests, set the entity body, and content type. This allows you to interact with web services and inspect the results."
opensource  webdev  firefox  extension  tools  http  from delicious
may 2011 by earth2marsh
Wait till I come! » Mozilla Add-on workshop and Firefox4 with HTML5, CSS3 and SVG
"Avoid EULAs – Firefox now has different install buttons for EULA and non-EULA add-ons. Surveys showed that 44% of the plugins without a EULA got installed, but only 5% of those with a EULA. Another 40% of the installers dropped out after reading the EULA which means that only 3% got installed."
addons  firefox  mozilla  eula  conversion 
july 2010 by earth2marsh
http://www.axiis.org/examples/BrowserMarketShare.html
Browser market share infographic "reminiscent of the Firefox logo, ...freaky in the best possible way" says @bjepson
share  browsers  infographic  statistics  firefox  visualization  internet  browser  information  chart  visualisation  market  stats  analytics 
december 2009 by earth2marsh
RefControl :: Add-ons for Firefox
"Control what gets sent as the HTTP Referer on a per-site basis."
addons  referrer  webdev  extension  plugins  firefox  http 
october 2009 by earth2marsh
(500) http://tr.im/vLiK
A change in Ubiquity, broke my Google Voice commands. Resubscribe if having problems. thx for bug report!
Ubiquity  Firefox  GoogleVoice  from twitter
october 2009 by earth2marsh
Fire Crystal
"a Firefox extension that helps designers and programmers alike figure out how interactive behaviors on the web work. FireCrystal allows users to "rewind" their interactions with web pages while showing the relevant code."
via:awhite  javascript  development  firefox  firebug  interaction  ux  ui  record  replay 
september 2009 by earth2marsh
How to Fix Annoying YouTube Jumpiness in Firefox - Firefox - Lifehacker
"increase the time between each of the saves performed by session restore. By opening about:config in your Firefox address bar, then typing browser.sessionstore.interval in the filter box, you'll see a value of 10000, which is in milliseconds. (Meaning your session is saved every 10 seconds.) I changed this to 300000, or every 5 minutes, as I don't have the urgent need for tab restoration. If you feel like being more on the safe side, try increasing it to something a bit lower, say 120000, or every 2 minutes."
firefox  hacks  config  jumpiness  lag  youtube  video  stutter  configuration  tweaks  annoyance  fix 
august 2009 by earth2marsh
Vacuum Firefox databases for better performance, now with no restart - Mozilla Links
"A few months ago, I posted how to improve Firefox performance by defragmenting its database files executing SQLite VACUUM command. The only con was that it required a Firefox restart to execute the command. Thanks to Mozilla’s Jeremy Orem, we have now learned it can be done from within Firefox in two short steps: Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL("VACUUM"); "
mozilla  firefox  tweak  cleaning  clean  cleanup  database 
august 2009 by earth2marsh
Use Firefox to spell check your website | Urbano's Blog
Clever hack to enable spell check in FF of all inputs. (can be changed to do whole page) "javascript:document.body.contentEditable='true'; document.designMode='on'; void 0"
javascript  firefox  spellcheck  bookmarklet 
august 2009 by earth2marsh
(500) http://tr.im/suJe
A workaround for anyone having trouble with installing Google in 3.5
Firefox  Gears  from twitter
july 2009 by earth2marsh
Chrome/Firefox differences in copy/paste | Flickr - Photo Sharing!
Surprised by how differently and handle formatting in copy/paste. See for yourself…
Firefox  Chrome  from twitter
july 2009 by earth2marsh
Force URLs to open in current tab • mozillaZine Forums
"Another option is to set browser.link.open_newwindow to 1 in about:config. http://kb.mozillazine.org/Browser.link.open_newwindow There used to be a setting in the options but it was removed in 2.0 I believe."
firefox  tweak  tips  tab  browser  url  load  force 
june 2009 by earth2marsh
color correction for images in Firefox 3.5 at hacks.mozilla.org
"In a future release of Firefox we are likely to make it possible for people to turn on color correction for tagged images and CSS. You can test this setting today by changing the pref listed on the page on color correction on the Mozilla Developer Center to “Full color management.” In that case untagged images should continue to work as we will be rendering both CSS and untagged images in the sRGB color space. Image support and tools PNG’s can be tagged in three different ways. First they can have an iCCP chunk that contains the associated ICC profile. Second they can be explicitly tagged as sRGB using a sRGB chunk. Finally, they can contain gAMA and cHRM chunks that describe the image’s gamma and chromaticies. Using any of thse methods will cause Firefox to color correct the image. You can remove all of the color correction chunks resulting in an untagged image using pngcrush: pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB infile.png outfile.png"
css  color  mozilla  colors  firefox  rendering 
june 2009 by earth2marsh
Userscripts Updater for Greasemonkey
adds autoupdate to your installed scripts. clever!
firefox  greasemonkey  script  update  scripts 
may 2009 by earth2marsh
mozdev.org - greasemonkey: authoring
"Mark Pilgrim has given the Greasemonkey community Dive into Greasemonkey, the best reference imaginable. The stuff below might be slightly more up-to-date."
greasemonkey  script  tutorials  howto  reference  firefox  programming  development 
april 2009 by earth2marsh
Identify - Firefox entension | Madgex Lab
"a Firefox extension that combines identities across various social network/media sites and provides you with a profile about an individual. Simply navigate to the profile page or a blog of an individual you are interested in and on Windows press Alt i or on the Mac press Ctrl i."
firefox  extension  social  network  socialgraph  microformats  identity  twitter  identify  hcard  extensions  addon  plugins 
april 2009 by earth2marsh
Get Glue: The Network That Sticks With You
Social consumption (wine, books, music, movies, tv, etc) "bar appears right on your current page to show you friends who looked at the same things and what they thought"
social  socialnetworking  friends  semantic  plugins  extensions  firefox  collaboration  socialmedia  consumption  affinities 
april 2009 by earth2marsh
Firefox Tip: Create Smarter Keyword Bookmarks
clever idea for keyword bookmarks with optional search terms "javascript:if('%s') location.href='http://lifehacker.com/search/%s';else location.href='http://lifehacker.com/';"
bookmarks  keyword  firefox  search  default  javascript 
march 2009 by earth2marsh
Twitter Sidebar Replies for Greasemonkey
"Shows replies to a user is the sidebar of that user's Twitter page"
firefox  greasemonkey  script  twitter  sidebar  replies  reply 
march 2009 by earth2marsh
Introducing SelectorGadget: point and click CSS selectors
"an open source bookmarklet that makes CSS selector generation and discovery on complicated sites a breeze. Just drag the bookmarklet to your bookmark bar, then go to any page and press it. A box will open in the bottom right of the website. Click on a page element that you would like your selector to match (it will turn green). SelectorGadget will then generate a minimal CSS selector for that element, and will highlight (yellow) everything that is matched by the selector. Now click on a highlighted element to remove it from the selector (red), or click on an unhighlighted element to add it to the selector. Through this process of selection and rejection, SelectorGadget helps you come up with the perfect CSS selector for your needs."
opensource  firefox  javascript  development  bookmarklet  bookmarklets  scraping  selector  jquery  dom  selectors 
february 2009 by earth2marsh
KLS Backup 2008 - Professional Backup Archive System
"backs up popular Windows web browsers and address book apps in addition to email applications—including Mozilla Firefox, Thunderbird, and Seamonkey; Windows Live Mail, Contacts, and Messenger; along with Windows Mail, Windows Contacts, and Internet Explorer. Backups are automatically zipped, can be stored locally or on a networked hard drive, and are kept under version control. Apart from the backing up, the application also restores any of your archived backups. According to the Download Squad post, it can also run off a portable device, so you can make and restore backups from your thumb drive." via lifehacker
freeware  email  backup  thunderbird  outlook  mail  browser  firefox  windows 
december 2008 by earth2marsh
Transmute
"synchronize bookmarks between systems, organize bookmarks, convert bookmarks for use in bookmark managers, share bookmarks with others and more." (requires .net 2.0)
synchronize  windows  Google:Chrome  ie  firefox  opera  safari  bookmarks  metadata  sync 
november 2008 by earth2marsh
Drag & DropZones :: Firefox Add-ons
"interface tweak that allows you to perform nearly any action or search by dragging any page element—a link, email address, image, or page itself—onto a transparent grid you set up. In other words, instead of right clicking an image to save it, you'd simply grab it and drag it onto the "Save Image" box that pops up when you start dragging. Similarly, highlight and drag text to search any of the search bar engines you've set up. Drag & DropZones' context offerings go a bit beyond what Firefox offers, and it's fully customizable in color, size, and transparency. Drag & DropZones is a free download, works wherever Firefox does." via lifehacker
firefox  search  extension  addon  drop  drag  addons  plugins 
october 2008 by earth2marsh
Shortcut to execute delicious shortcuts
Suitable for Google Chrome or Firefox, just make it a keyword. Even better, you can add it as a search engine in Chrome or set the about:config keyword.URL property in Firefox and trim off the %s. Explorer requires other trickery... You can also use the delicious extension to do this, just prefix the command with an exclamation point. Longer version with optional parameters: http://delicious.com/search?u=earth2marsh&chk=&context=userposts&fr=del_icio_us&lc=1&p=!%s
shortcut  delicious  keyword  shortcuts  meta  firefox  chrome  shortcut:! 
october 2008 by earth2marsh
Open Links - Ubiquity Plugins
a Ubiquity plugin that allows you to open links on a page or normal URLs. That practically allows you to navigate the web without leaving your keyboard. To use type ‘open’ (shortcut only ‘o’) followed by the name of any link on the page or a URL.
ubiquity  command  firefox  javascript 
september 2008 by earth2marsh
Featured Firefox Extension: Ubiquity Prototype Offers a Natural Language Web Command Line
Watch the video. Think Quicksilver for Firefox. Looks fantastic! "first prototype of a natural language web service connector called Ubiquity, a Firefox extension that adds a command panel to any web page. Ubiquity will look familiar to Quicksilver, Launchy, or Enso users: you invoke Ubiquity with a key combination and the text field drops down command suggestions as you type. Ubiquity's built-in command set consists of "user-centric mashups" that let you perform tasks using various web services in one place using natural language."
launcher  mashups  extension  firefox  innovation 
august 2008 by earth2marsh
Amazon.com - Universal Wish List
now you can add items on 3rd party sites to your Amazon Wishlist. I think I'll stop using delicious for my wishlist now.
shopping  firefox  bookmarklets  tools  wishlist 
august 2008 by earth2marsh
Firefox Tip: Make Firefox 3's Bookmarks Available to Launchy and Quicksilver
about:config tweak—Change the browser.bookmarks.autoExportHTML value from false to true to get a bookmarks.html file saved to your Firefox profile directory each time you shut down your browser.
hacks  firefox  quicksilver  launchy  bookmarks  keywords  search  about:config 
august 2008 by earth2marsh
Add to Search Bar :: Firefox Add-ons
Make any pages' search functionality available in the Search Bar
searchengine  search  addons  plugins  plugin  firefox  tools 
july 2008 by earth2marsh
Firefox 3 Tabs Colors | userstyles.org
nice tweak to make active/hover/inactive tabs more obvious
userstyle  stylish  firefox  tabs  color 
june 2008 by earth2marsh
Firefox: Functional Firefox User Styles
nice tweaks to improve FF3. check the comments too.
browser  tweaks  userchrome  css  ff3  firefox  scripts  styles 
june 2008 by earth2marsh
Turn Firefox 3's Location Bar Yellow at https:// URLs
userChrome.css tweak: #urlbar[level] .autocomplete-textbox-container { background-color: #FFFFB7 !important; }
tweaks  Firefox  firefox3  userchrome  css  !to_do 
june 2008 by earth2marsh
Picnik :: Firefox Add-ons
clever method of creating screenshots and adding effects straight to flickr without saving to your hard drive...
screenshot  editor  extension  Firefox  tools 
june 2008 by earth2marsh
Easy DragToGo :: Firefox Add-ons
"Allows you to open links in new tabs, serach texts, save images and do more with drag and drop gestures easier." successor to Drag de Go...
extension  firefox  addon  mouse  gestures  tabs 
june 2008 by earth2marsh
dragdropupload :: Firefox Add-ons
Drop files into attachment boxes instead of browsing for them or type in the filename.
firefox  upload  addon  file  draganddrop 
june 2008 by earth2marsh
Featured Windows Download: Browser Plugin Allows PayPal Payments at Any Site
lets you generate and use single-use credit cards in order to make PayPal payments at sites you might not want to give your credit card information to
finance  shopping  paypal  creditcard  virtual  payment  security  plugin  addon  explorer  ie  firefox 
june 2008 by earth2marsh
How To: Enable Flash in Firefox Portable
copy flashplayer.xpt and NPSWF32.dll from system32\Macromedia\Flash to \App\firefox\plugins\
firefox  portable  flash  enable  install  plugin 
june 2008 by earth2marsh
Google Filter by Date – Userscripts.org
greasemonkey filter to always show the search-by-date modifier dropdown
firefox  script  search  Google  greasemonkey  date 
april 2008 by earth2marsh
Prism for Firefox :: Firefox Add-ons
creates a Prism web application from within Firefox. Users can manually create web applications using "Tools > Convert Website to Application". The extension can also detect embedded web application bundles on web pages and prompt the user to install the
firefox  Prism  Extension  addon 
march 2008 by earth2marsh
FoxyProxy
Firefox extension which automatically switches an internet connection across one or more proxy servers based on URL patterns you define.
extension  firefox  mozilla  networking  proxy  tools  portable  web  privacy  security  tor 
february 2008 by earth2marsh
Customizing Mozilla
"//user_pref("clipboard.autocopy", false); // Middle mouse prefs: true by default on Unix, false on other platforms. user_pref("middlemouse.paste", false); "
firefox  hacks  hacking  keyboard  tweaks  todo 
february 2008 by earth2marsh
Fotofox :: Firefox Add-ons
select, tag, title and upload pictures from your computer to an online photo service. Works with Flickr, Tabblo, 23hq, Smugmug, Marela, and Kodak EasyShare Gallery
firefox  flickr  upload  extension  plugin  smugmug  metadata  addon  photos 
january 2008 by earth2marsh
Remember The Milk - Services / Remember The Milk for Gmail
Firefox extension that allows you to manage your tasks in Gmail (complete, postpone, and edit tasks), add new tasks (and connect them with your emails, contacts, and Google Calendar events), automatically add tasks for starred messages or specific labels
firefox  gmail  extensions  addon  rtm  todolist 
december 2007 by earth2marsh
CoScripter
a system for recording, automating, and sharing processes performed in a web browser such as printing photos online, requesting a vacation hold for postal mail, or checking bank account information.
firefox  automation  scripting  extension  ibm  addon  collaborative  recording  programming  macro  macros  social  share  collaboration 
december 2007 by earth2marsh
Reframe It - Community Created Context
"a web browser plug in that creates a space for comments in the right hand margin beside any web page. Share your comments privately with only friends or colleagues or share them publicly for the world to see"
collaboration  comments  community  discussion  firefox  addon  plugin 
december 2007 by earth2marsh
Microsummary Builder Extension for Firefox 2.x
a Firefox Extension which lets you pick a content element on a website. Then the appropriate Microsummary Generator is built on the fly and installed into Firefox. If you then make a bookmark of the same web page, you will get the option to give it the Li
microsummary  extension  addon  firefox  microformats  summary  generator 
december 2007 by earth2marsh
Microsummaries - MozillaWiki
regularly-updated short summaries of web pages. They are compact enough to fit in the space available to a bookmark label, they provide more useful information about pages than static page titles, and they get regularly updated as new information becomes
firefox  Microsummaries  microformats  xml  metadata  mozilla 
december 2007 by earth2marsh
Google Docs - vertical spacing | userstyles.org
Makes 1em high vertical spacing above and below all paragraphs (the "Normal paragraph" style) and lists (bulleted or numbered)
Google  greasemonkey  Google:Docs  stylish  firefox  script  style  text 
november 2007 by earth2marsh
How do i disable 3rd party cookies in firefox 2.0? - MozillaZine Forums
about:config > network.cookie.cookieBehavior > 1 or try cookiesafe addon
cookies  disable  firefox  forum  tips 
november 2007 by earth2marsh
Mozilla Labs Blog » Blog Archive » Prism
lets users split web applications out of their browser and run them directly on their desktop.
mozilla  prism  firefox  desktop  web  applications 
november 2007 by earth2marsh
mrclay.org » Archive » MyPage Bookmarklet
puts you in control of the current page: Remove, isolate, edit page items with keyboard control. On-screen print-preview emulation lets you see how the page will print while editing
bookmarklet  javascript  firefox  print  tools  remove  ads 
november 2007 by earth2marsh
mrclay.org » Archive » Click2Zap Bookmarklet 1.1
Use Click2Zap to remove elements from the page for printing (remove text/images to save paper/ink) or reading comfort purposes.
bookmarklet  web  print  printing  tools  firefox  ads  remove 
november 2007 by earth2marsh
deliGoo - Delicious Search Engine
searches on the sites, indicated in your del.icio.us bookmarks.
del.icio.us  firefox  search  extension  Google  delicious  mashup 
october 2007 by earth2marsh
Piggy Bank - SIMILE
a Firefox extension that turns your browser into a mashup platform, by allowing you to extract data from different web sites and mix them together.
firefox  mashup  semanticweb  extension  data  scraper  scraping  addon  !to_check 
october 2007 by earth2marsh
Link Alert :: Firefox Add-ons
Changes the cursor to indicate the target of a link
firefox  extension  addon  link  links  cursor  !installed 
september 2007 by earth2marsh
Auto Copy :: Firefox Add-ons
Select text and it's automaticaly copied to the clipboard. Like Linux or mIrc
firefox  extensions  extension  copy  addon  !installed 
september 2007 by earth2marsh
CSSVista - Edit your CSS code live on Internet Explorer and Firefox - Litmus
free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously
css  tools  WebDesign  webdev  windows  software  editor  firefox  explorer  ie  live  service 
september 2007 by earth2marsh
TableTools :: Firefox Add-ons
sorts, filters or copies any HTML table. (clever!)
Firefox  extensions  tables  plugins  sort 
september 2007 by earth2marsh
http://users.tns.net/%7Eskingery/weblog/user.js
Tips for improving Firefox performance with user.js
firefox  tweaks  tips  speed 
september 2007 by earth2marsh
alphaWorks Services | CoScripter | Overview
a system for capturing, sharing, and automating tasks on the Web. CoScripter scripts contain human-readable instructions for completing Web-based processes, such as changing your mailing address or searching for real estate.
firefox  web  scripting  collaboration  ibm  software  testing  extension  addon  test  automation 
september 2007 by earth2marsh
Firefox 2.0.0.6 Crashes Playing QuickTime 7.2 Files - MozillaZine Forums
Fix: Put QT in safe mode (or experiment with the DirectDraw settings)
quicktime  firefox  crash  fix  tip 
august 2007 by earth2marsh
TubeStop :: Now I Have a Blog Too
an extension for Mozilla-based Web browsers that disables the autoplay on YouTube videos.
firefox  youtube  extensions  addon  addons  extension  video  autoplay  stop 
august 2007 by earth2marsh
« earlier      

related tags

!installed  !to_check  !to_do  about:config  accessibility  Actions  activex  adblock  addon  addons  ads  affinities  aggregator  AJAX  amazon  Analysis  analytics  annotate  annoyance  anonymous  api  applications  automated  automation  autoplay  backup  blank  block  blocking  blog  bloglines  bookmarklet  bookmarklets  bookmarks  browser  browsers  bundle  cache  calendar  chart  chrome  clean  cleaning  cleanup  clipboard  coding  collaboration  collaborative  color  colormanagement  colors  command  commands  commenting  comments  community  compiler  config  configuration  consumer  consumption  conversion  converter  cookie  cookies  copy  crash  creditcard  css  cursor  custom  data  database  date  debug  debugging  default  del.icio.us  delicious  desktop  development  disable  discounts  discussion  display  dom  dowload  download  downloader  downloads  drag  draganddrop  drop  dvorak  ebook  editor  email  embed  enable  encryption  enhance  essential  eula  Events  expand  explorer  extension  extensions  ff3  fields  file  filesharing  filter  filters  finance  firebug  firefox  firefox3  fix  flash  flickr  flock  force  forum  free  freeware  friends  fullscreen  Gears  generator  Geotagging  gestures  gmail  Google  Google:Chrome  Google:Docs  Google:Gears  GoogleVoice  Google_Maps  gpg  greasemonkey  greatnews  GUID  hack  hacking  hacks  handler  hcard  hidden  hints  howto  html  http  ibm  icon  ide  identification  identify  identity  ie  iframe  image  images  infographic  information  innovation  install  instance  interaction  interface  internet  javascript  jquery  jumpiness  keyboard  keyword  keywords  kiosk  lag  launcher  launchy  layout  Lifehacker  lifehacks  lines  link  links  linux  list  live  load  long  mac  macro  macros  mail  manager  market  mashup  mashups  media  memory  menu  meta  metadata  microformats  Microsummaries  microsummary  mouse  mozilla  name  network  networking  notebook  notify  offline  online  openid  opensource  opera  OSX  outlook  p2p  page  parakey  parameters  password  paste  payment  paypal  performance  persistent  phone  photos  plugin  plugins  portable  preview  print  printing  prism  privacy  profile  profiles  programming  protocol  proxy  quicksilver  quicktime  record  recording  reference  referrer  remove  rendering  replay  replies  reply  research  ripping  rss  rtm  s3  safari  save  scrapbook  scraper  scraping  screenshot  screenshots  script  scripting  scripts  search  searchengine  security  selector  selectors  semantic  semanticweb  seo  service  share  shipping  shopping  short  shortcut  shortcut:!  shortcuts  sidebar  skype  smart  smugmug  social  socialgraph  socialmedia  socialnetworking  software  sort  source  speed  spellcheck  spyware  ssh  standards  statistics  stats  stop  storage  stutter  style  styles  stylesheet  stylish  summary  sync  synchronize  tab  tables  tabs  Technology  test  testing  text  thumbnail  thunderbird  tinyurl  tip  tips  todo  todolist  tool  toolbar  tools  tor  troubleshoot  tutorial  tutorials  tweak  tweaks  twitter  ubiquity  ui  unhide  update  upload  url  urls  usability  usb  usbkey  useful  userchrome  userstyle  utilities  utility  ux  validator  verification  VeriSign  via:awhite  video  virtual  visualisation  visualization  voip  web  webdesign  webdev  webos  Web_Intents  wiki  windows  wishlist  woot  wootoff  xml  xul  youtube  zen 

Copy this bookmark:



description:


tags: