Advertising
advertising
related pastes to tag 'userjs'
- 793326 - Ayush: opera userjs wpn.mlxchange.com
-
- // ==UserScript==
- // @name fix for wpn.mlxchange.com (uses activex and checks for IE specific dom properties/values)
- // @include http://wpn.mlxchange.com/*
- // ==/UserScript==
- XMLDocument.prototype.parseError={errorCode:0};
- opera.defineMagicVariable('ActiveXObject',function(){return XMLHttpRequest},null);
- 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
-
- // ==UserScript==
- // @include http://www.foxnews.com/*
- // @include http://foxnews.com/*
- // ==/UserScript==
- d_video_ad_intro=d_video_ad_click=d_video_tracking_middle=d_video_tracking_end=1
- 753465 - Ayush: links snap userjs ayush
-
- // ==UserScript==
- // @name - Snap Links - for opera
- // @author - Ayush
- // @version - 1.4.9
- // @description - Select the links by drawing a box around links then leave the mousebutton to open the links in that box/region.
- // 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
- // 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)
- // ==/UserScript==
- 750164 - Ayush: links snap userjs ayush
-
- // ==UserScript==
- // @name - Snap Links - for opera
- // @author - Ayush
- // @version - 1.4.8
- // @description - Select the links by drawing a box around links then leave the mousebutton to open the links in that box/region.
- // 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
- // 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)
- // ==/UserScript==
- 750157 - Ayush: links snap userjs ayush
-
- // ==UserScript==
- // @name - Snap Links - for opera
- // @author - Ayush
- // @version - 1.4.5
- // @description - Select the links by drawing a box around links then leave the mousebutton to open the links in that box/region.
- // 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
- // 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)
- // ==/UserScript==
- 744950 - Ayush: error opera userjs ayush
-
- JavaScript - http://my.opera.com/desktopteam/blog/2007/10/18/a-snapshot-a-day-keeps-the-bugs-away?cid=3850682&startidx=250
- Event thread: DOMContentLoaded
- Error:
- name: TypeError
- message: Statement on line 252: Type mismatch (usually non-object value supplied where object required)
- Backtrace:
- Line 252 of User JS script : In function getFriendsList
- 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; }