Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'tabs'

2106563 - TabTweaks.css: firefox stylish tabs
  1. /* =¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤= */
  2. /*            Firefox 3 - Tab Tweaks         */
  3. /*                    by                     */
  4. /*                 Freestyler                */
  5. /* =¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤= */
  6.  
  7.  
  8. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  9.  
1766836 - MousePath w/ Tabs: java tabs mousepath
  1. import java.awt.BorderLayout;
  2. import java.awt.Frame;
  3. import java.awt.GraphicsDevice;
  4. import java.awt.GraphicsEnvironment;
  5. import java.awt.MouseInfo;
  6. import java.awt.Point;
  7. import java.awt.event.WindowAdapter;
  8. import java.awt.event.WindowEvent;
  9.  
1188406 - fearphage: count opera number tabs howto
  1. @echo off
  2. setlocal
  3. set operaSessionsFile=%appdata%\Opera\Opera\profile\sessions\autosave.win
  4. for /f "delims== tokens=1,2 usebackq" %%I in (`type "%operaSessionsFile%"`) do (if "%%I" == "window count" echo %%J)
  5. endlocal
worth-right
fantasy-obligation