Today the 'most important news' for me was that the 1st Thor 2 trailer was release, but while clicking on the link i had in my RSS feed, I got a "da.feedsportal.com" before going on my real target !
Hopefully there is link where you can click on the skip that 'ad'.
So now just let Javascript perform the click for you...
Using greasemonkey (Firefox & Chrome) and the following script, you can skip those 'ad' ...
// ==UserScript== // @name Skip feedsportal Add // @namespace http://da.feedsportal.com/* // @match http://da.feedsportal.com/* // @grant none // @version 1 // ==/UserScript== (function () { var articleLink = document.getElementsByTagName("a")[1]; location.href = articleLink; })(); // ==UserScript== // @name Skip feedsportal Add // @namespace http://da.feedsportal.com/* // @match http://da.feedsportal.com/* // @grant none // @version 1 // ==/UserScript== (function () { var articleLink = document.getElementsByTagName("a")[1]; location.href = articleLink; })(); // ==UserScript== // @name Skip feedsportal Add // @namespace http://da.feedsportal.com/* // @match http://da.feedsportal.com/* // @grant none // @version 1 // ==/UserScript== (function () { var articleLink = document.getElementsByTagName("a")[1]; location.href = articleLink; })();// ==UserScript==
// @name Skip feedsportal Add
// @namespace http://da.feedsportal.com/*
// @match http://da.feedsportal.com/*
// @grant none
// @version 1
// ==/UserScript==
(function ()
{
var articleLink = document.getElementsByTagName("a")[1];
location.href = articleLink;
})();
// ==UserScript== // @name Skip feedsportal Add // @namespace http://da.feedsportal.com/* // @match http://da.feedsportal.com/* // @grant none // @version 1 // ==/UserScript== (function () { var articleLink = document.getElementsByTagName("a")[1]; location.href = articleLink; })();
// ==UserScript== // @name Skip feedsportal Add // @namespace http://da.feedsportal.com/* // @match http://da.feedsportal.com/* // @grant none // @version 1 // ==/UserScript== (function () { var articleLink = document.getElementsByTagName("a")[1]; location.href = articleLink; })();
// ==UserScript== // @name Skip feedsportal Add // @namespace http://da.feedsportal.com/* // @match http://da.feedsportal.com/* // @grant none // @version 1 // ==/UserScript== (function () { var articleLink = document.getElementsByTagName("a")[1]; location.href = articleLink; })();
Aucun commentaire :
Enregistrer un commentaire