Pages

Monday, May 11, 2009

Userscript for Greasmonkey Firefox and Opera userscripts - Skip Ads page by Linkbee.com | Skip Linkbee waiting time Firefox Addon


Skip Download waiting time Nag Ads Screen Linkbee, Usercash, LinkBucks - keep P2P Free!

How to skip Page Ads Before Downloading and go Direct to the Download Links.
Opensource Freeware Tools used:
Firefox Browser (tested up to latest Minefield Mozilla/5.0 1.9.2a1pre)
Addons:
Adblock Plus 1.1.alpha+.2009050712 (block all page ads)
Adblock Plus: Element Hiding Helper 1.0.5+.2009042909 (remove body element and content on Linkbee)
Cookie Button in the status bar 0.9 (block cookies from domain)
RefreshBlocker 0.5 (Blocks redirect, refresh on mainpage by disabled java rules on this domain)
YesScript 1.5 - A JavaScript blacklist.


Greasemonkey 0.8.20090123.1
UserScript: Skip Linkbee.com redirect waiting time ( from mods.sub.cc )
UserScript: Skip Redirect
UserScript: Before: Disable UserCash, Disable LinkBucks

Blocked Ads rules added:
|http://linkbee.com/link.php?*
|http://linkbee.com/images/*

linkbee.com##HTML

======================
old:
linkbee.com##BODY[style="margin: 0pt ! important; padding: 0pt ! important;"]

Video Demo


// ==UserScript==
// @name Skip Linkbee.com redirect waiting time
// @description skip ads page on linkbee urls before redirecting
// @include http://linkbee.com/*
// @namespace http://mods.sub.cc/
// @version 0.0.1
// ==/UserScript==
var s = document.evaluate('html/head/meta[@http-equiv="REFRESH"]/@content', document, null, 2, null).stringValue;
if (s) location.replace(s.split('url=')[1]);




=======================================================
All credits to Mikado

Opera Install (drag'n drop or add link content)
linkbee.js

Firefox install: linkbee.user.js | Mirror: linkbee.user.js

+

Skip Redirect to get from Mainsite the link:
http://userscripts.org/scripts/show/12295 | Install: 12295.user.js

Redirect or refreshblocker must be configured to exclude linkbee.com domain to make it work.

Result you get without waiting time the direct download link on ads cash pages such as www.seba14.org links:


+

JavaScript Blacklist: https://addons.mozilla.org/en-US/firefox/downloads/file/51826/yesscript-1.5-fx.xpi
https://addons.mozilla.org/en-US/firefox/addon/4922

To skip the whole Linkbee Ads site content install:
adblockplus-1.1
and
elemhidehelper-1.0.5+
http://adblockplus.org/devbuilds/

add to filter rules:

|http://linkbee.com/link.php?*
|http://linkbee.com/images/*

linkbee.com##HTML

===================
old:
linkbee.com##BODY[style="margin: 0pt ! important; padding: 0pt ! important;"]

result:



=================================================
without using adblock plus

Adblock dev build https://addons.mozilla.org/de/firefox/downloads/file/45/adblock-0.5.3.043-fx%20fl%20mz%20ns.xpi | BetaNews

hosts file do an entry:
127.0.0.1 ads.jokeroo.com

Outpost Pro Firewall: put ads block rules on the blocking module in

Routers: definition on blocking rules: do the filter rules in.

Userscript: The linkbee.user.js can be extended to do the rest.

=====================

Skip Linkbee.com redirect waiting time as Firefox extension (converted from userscript with http://arantius.com/misc/greasemonkey/script-compiler)

Install/Download/Source: Skip-Linkbee-redirect-waitetime-ff.xpi | Mirror |


other good security Extensions for Firefox: http://netticat.ath.cx/extensions.html

2 comments:

Anonymous said...

Thanks for the info and you showing the greasemonkey scripts you use. Using all the ones shown in the pic. Noscript doesn't show that ad site no more I think. I only use it because of easy of use against Yesscript since I only have to do mouse clicks than copy & paste. It also shows what sites are blocked as well. Other than that, the only extensions I found no needed was Cookie and Yesscript. Rest I am using as by your guidance so thanks.

IlLusioN said...

How to drop/block like in Adblock the elements after < html on Linkbee.com to add it to the script?

without space, limits after sign < anytext by blogspot.

Post a Comment