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 'userjs'

793326 - Ayush: opera userjs wpn.mlxchange.com
  1. // ==UserScript==
  2. // @name        fix for wpn.mlxchange.com (uses activex and checks for IE specific dom properties/values)
  3. // @include http://wpn.mlxchange.com/*
  4. // ==/UserScript==
  5.  
  6. XMLDocument.prototype.parseError={errorCode:0};
  7. opera.defineMagicVariable('ActiveXObject',function(){return XMLHttpRequest},null);
  8. opera.defineMagicFunction('isXMLHttpReady',function(real,this_,xmlHttp){if(xmlHttp.readyState==4 && xmlHttp.responseXML && xmlHttp.responseXML.readyState=='complete')xmlHttp.responseXML.readyState=4;return real.apply(this_,arguments.slice(2)); });
791242 - Ayush: opera videos userjs ayush foxnews plugins
  1. // ==UserScript==
  2. // @include http://www.foxnews.com/*
  3. // @include http://foxnews.com/*
  4. // ==/UserScript==
  5.  
  6. d_video_ad_intro=d_video_ad_click=d_video_tracking_middle=d_video_tracking_end=1
753465 - Ayush: links snap userjs ayush
  1. // ==UserScript==
  2. // @name                -       Snap Links - for opera
  3. // @author            -     Ayush
  4. // @version          -    1.4.9
  5. // @description -        Select the links by drawing a box around links then leave the mousebutton to open the links in that box/region.
  6. //                              Hold -Shift- key to select all links in rectangle and hold down -Alt- key while dragging to move rectangle. Hold Ctrl to select duplicate urls
  7. //                              You can change the tab opening behaviour(in background tab,in new window etc.) by changing the Middle-Click settings (Shift+Middle-Click in opera)
  8. // ==/UserScript==
  9.  
750164 - Ayush: links snap userjs ayush
  1. // ==UserScript==
  2. // @name                -       Snap Links - for opera
  3. // @author            -     Ayush
  4. // @version          -    1.4.8
  5. // @description -        Select the links by drawing a box around links then leave the mousebutton to open the links in that box/region.
  6. //                              Hold -Shift- key to select all links in rectangle and hold down -Alt- key while dragging to move rectangle. Hold Ctrl to select duplicate urls
  7. //                              You can change the tab opening behaviour(in background tab,in new window etc.) by changing the Middle-Click settings (Shift+Middle-Click in opera)
  8. // ==/UserScript==
  9.  
750157 - Ayush: links snap userjs ayush
  1. // ==UserScript==
  2. // @name                -       Snap Links - for opera
  3. // @author            -     Ayush
  4. // @version          -    1.4.5
  5. // @description -        Select the links by drawing a box around links then leave the mousebutton to open the links in that box/region.
  6. //                              Hold -Shift- key to select all links in rectangle and hold down -Alt- key while dragging to move rectangle. Hold Ctrl to select duplicate urls
  7. //                              You can change the tab opening behaviour(in background tab,in new window etc.) by changing the Middle-Click settings (Shift+Middle-Click in opera)
  8. // ==/UserScript==
  9.  
744950 - Ayush: error opera userjs ayush
  1. JavaScript - http://my.opera.com/desktopteam/blog/2007/10/18/a-snapshot-a-day-keeps-the-bugs-away?cid=3850682&startidx=250
  2. Event thread: DOMContentLoaded
  3. Error:
  4. name: TypeError
  5. message: Statement on line 252: Type mismatch (usually non-object value supplied where object required)
  6. Backtrace:
  7.   Line 252 of User JS script : In function getFriendsList
  8.     function getFriendsList() { var friends = weeklies.cookies['ujs:friends']; if (friends) friends = friends.split('\t'); else { friends = getPeopleFromXML('http://my.opera.com/' + weeklies.getUsername() + '/xml/foaf/'); weeklies.cookies.set('ujs:friends', friends.join('\t'), 3, '/desktopteam/blog/'); } return friends; }
  9.  
worth-right
worth-right