Greasy Fork is available in English.

AdsBypasser

Bypass Ads

< 脚本AdsBypasser的反馈

提问/评论

§
发表于:2015-08-09
legnaleurc作者
§
发表于:2015-08-12

Works here, do you have error message in your web console? Thanks.

§
发表于:2015-08-14
编辑于:2015-08-14

No, sir.
Tested the updated AdsBypasser script.
But, didn't seem to work with the latest site API.
Page was not redirecting, remained stuck to the initial link. Nothing happened after that.
No popup whatsoever (although, its always better not to have any popup! Things must be fully automatic!).

Tried with AdBlockPlus and NoScript both enabled and disabled.
Tested with other scripts disabled that could potentially interfere:
1. Anti-Adblock Killer | Reek
https://greasyfork.org/en/scripts/735-anti-adblock-killer-reek
2. Universal Links Checker v7
https://greasyfork.org/en/scripts/6746-universal-links-checker-v7


I have been using Firefox+GM.
The old site's API used to work in the existing browser configuration.
But, now something seems to be wrong.
Please suggest.

Thanks for this great work.
Note: JDownloader (v2 Beta) decoder for this site successfully decodes all the links from this site.

legnaleurc作者
§
发表于:2015-08-14

I got this in my console: (Fx 40 with GM 3.3)

"AdsBypasser: working on
http://www.linkdecode.com/?maemoaZsYGKnpJikpJaeoKiWX5ahnmKkZqGopWqpmpWZmZg= 
with
" Object { version: Getter, alignCenter: Getter, changeBackground: Getter, externalServerSupport: Getter, redirectImage: Getter, scaleImage: Getter, logLevel: Getter } adsbypasser.user.js:255:7
00:36:46.612 "AdsBypasser: http://www.linkdecode.com/?maemoaZsYGKnpJikpJaeoKiWX5ahnmKkZqGopWqpmpWZmZg= -> http://www.fastdecode.com/?m6eno6ZtYmKoppilppafoqiXYZaioGKlaKGpp2qqnJWam5g=" adsbypasser.user.js:255:7
00:36:48.541 "AdsBypasser: working on
http://www.fastdecode.com/?m6eno6ZtYmKoppilppafoqiXYZaioGKlaKGpp2qqnJWam5g= 
with
" Object { version: Getter, alignCenter: Getter, changeBackground: Getter, externalServerSupport: Getter, redirectImage: Getter, scaleImage: Getter, logLevel: Getter } adsbypasser.user.js:255:7
00:36:50.470 "AdsBypasser: http://www.fastdecode.com/?m6eno6ZtYmKoppilppafoqiXYZaioGKlaKGpp2qqnJWam5g= -> https://userscloud.com/r5nvt7wibghe"

So I'm pretty sure it's working.

Need someone to confirm this problem.

§
发表于:2015-08-16
编辑于:2015-08-23

Linkdecode also shows only a blank page for me.

Here's the console, didn't know if i get it right though...

legnaleurc作者
§
发表于:2015-08-17

I see nothing about AdsBypasser, is this message came from the Web Console (by pressing F12)? did you disabled the script? or disabled logs in https://adsbypasser.github.io/configure.html ?

legnaleurc作者
§
发表于:2015-08-17
编辑于:2015-08-17

BTW, when you visit

https://adsbypasser.github.io/configure.html

are your settings all unchecked?

Thanks.

§
发表于:2015-08-17
编辑于:2015-08-17

Yes, I used to use the Lite version and have just converted to this version thinking that maybe linkdecode will work. And yes all the settings are unchecked.
Yes it came from the web console, did I do it wrong? What should I press instead?

legnaleurc作者
§
发表于:2015-08-17

I think there is a bug in the configuration:

https://github.com/adsbypasser/adsbypasser/issues/759

But I'm not sure whether this related to your issue.

legnaleurc作者
§
发表于:2015-08-19

I think I've fixed the configuration problem, but still not sure this will also fix your issue.

§
发表于:2015-08-20

Still doesn't work. Like easyfsuh, it asked me to disable ABP then I have to click the 'Skip Ad' manually. I'm sorry to let u know abt this :(

§
发表于:2015-08-22
编辑于:2015-08-22

May be II have found the problem:
The current version is not ignoring the referrer in the url.
If the raw URL is pasted in the firefox address bar, existing version of the userscript works like a charm, even with parallel addons like AdBlockPlus and NoScripts enabled.

So, possibly one small fix needed: ignore the referrer
Thanks

§
发表于:2015-08-22
编辑于:2015-08-22

Again, big thanks to @legnaleurc for such wonderful innovation.
@miss_p1nky, please check the fix that I proposed, and check if it worked.

§
发表于:2015-08-22
编辑于:2015-08-23

Comment edited...

These pages have a lot of linkdecode.com urls.
Thus, all will have referrers. They will be good for testing the script:

http://www.ipmart-forum.com/showthread.php?1045995

Take the first example:

Base URL: http://www.ipmart-forum.com/showthread.php?1045995
The target page contains two links that point to linkdecode.com:
http://www.linkdecode.com/?maemoaZsYGKnpJikpJaeoKiWX5ahnmJjYqKpaJmpaJiXo2U%3D
http://www.linkdecode.com/?maemoW1hYKieX6ehYGerk2aTqqqi

Click any of them. Will open the target page in a new tab. But, none will auto-redirect to the final URL and remain stuck on the first page (with an AdBlock message)...
But, as soon as you hit an 'ENTER' on that new tab URL (which is now stuck on the first page), will smoothly redirect to the target download host page.

So, possibly that is a referrer handling problem, I'm not very sure though.
Because, clicking the same links on this page (https://greasyfork.org/en/forum/discussion/5434/x) works like a charm (It must also have referrals)!. Perplexing!

§
发表于:2015-08-22

@miss_p1nky , what's your source page?

§
发表于:2015-08-22

For test, I used a dereferrer services,
Edited the embedded URL from: "http://www.linkdecode.com/" to "http://hideref.de/?http://www.linkdecode.com/"

Using this small code:

// ==/UserScript==
var links,thisLink;
links = document.evaluate("//a[@href]",
document,
null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,
null);
for (var i=0;i

§
发表于:2015-08-22

And, finally with the help of a third script from @Idx:
https://greasyfork.org/en/scripts/97-maknyos-autoin
I was able to 100% automate the process of downloading.

It was a charming experience!
thanks again, @legnaleurc.

§
发表于:2015-08-22
编辑于:2015-08-22

@DJwa163 Thank you for your help.

I do not really understand why the interstitial page is only present if the referrer is not empty...

Anyway, linkdecode.com should be fixed in the next version.
https://github.com/adsbypasser/adsbypasser/commit/ed92f2a7b166b9f352fa85282a47ac52777d44be

§
发表于:2015-08-22

Thanks @devnoname120 for your kind support.
And if an user wants to remove all the sh*t on the linkdecode OR fastdecode pages, I would suggest the use of "Element Hiding Helper for Adblock Plus" by Wladimir Palant to hide all individual GUI elements on these sites. You can select and hide all the disturbing elements in this intermediate pages, keeping the script working perfectly.

§
发表于:2015-08-23
编辑于:2015-08-23

I also find linkdecode links from ipmart (I visit it quite frequently, thats why I propose it).
And yes, what @DJwa163 said is totally true, if I click the link right from the post from the forum, it won't skip automatically and asked me to deactivate ABP. If I pasted the link to an empty tab, AdBypasser can bypass it.
@DJwa163, you can enable your ABP when clicking direct link, it works in my place.
However, simpler way is that just quote the post, you'll see the 'naked' link in the reply column :D

Anyway @Idx is a friend of mine and most of the sites supported by that script was suggested by me :D That script is so awesome and helpful :)

§
发表于:2015-08-23
编辑于:2015-08-23

@miss_p1nky, ABP and NoScripts always enabled...
prevents most of "internet transmitted diseases".

§
发表于:2015-08-23

For the time being, until Ads Bypasser is updated:
you can use this simple code.

Directions to Use:
Use greasemonkey -> Create New User Scipt...
Copy the following code

//****begin copying after this line****

// ==UserScript==
// @name iPmart Forum LinkDecode Fixer
// @namespace dc
// @description Fixes the redirection problem on linkdecode.com urls via AdsBypasser
// @include http://www.ipmart-forum.com/*
// @exclude http://hideref.de/
// @version 1
// @grant none
// ==/UserScript==

var links,thisLink;
links = document.evaluate("//a[@href]",
document,
null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,
null);
for (var i=0;i

§
发表于:2015-08-23

@DJwa163 still doesn't work in mine even though it's been redirected first lol. Have to copy & paste the link manually, or just see the real link through the quote feature.

§
发表于:2015-08-23

Most possibly, you have copied the top and the bottom lines inclusive.

Just use this portion:


// ==UserScript==
// @name iPmart Forum LinkDecode Fixer
// @namespace dc
// @description Fixes the redirection problem on linkdecode.com urls via AdsBypasser
// @include http://www.ipmart-forum.com/*
// @exclude http://hideref.de/
// @version 1
// @grant none
// ==UserScript==

var links,thisLink;
links = document.evaluate("//a[@href]",
document,
null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,
null);
for (var i=0;i

§
发表于:2015-08-23
编辑于:2015-08-23

There's only one more reason why it shouldn't work:
you are using some javascript blocker like NoScripts.
Please note that, you have to allow
scripts for
http://hideref.de
http://www.linkdecode.com/
and
http://www.fastdecode.com/
Because the entire process of redirection is javascript-mediated.
Wherever you got stuck, tap on NoScripts icon, click allow all on this domain/site

§
发表于:2015-08-23

I don't install NoScript in my FF.

§
发表于:2015-08-23

Are you stuck at:
http://hideref.de/*
OR
http://www.linkdecode.com/*
OR
http://www.fastdecode.com/*
?
What's showing on the addressbar?

§
发表于:2015-08-23
编辑于:2015-08-23

With / without your script: stuck at the linkdecode page, no countdown on the side, ask for ABP to be deactivated.
Screenshot:
http://puu.sh/jLCJL/1d47f5fba6.png >> a bit BW killer, sorry...

legnaleurc作者
§
发表于:2015-08-23

Please see if the latest version works for you, thanks.

§
发表于:2015-08-23

@miss_p1nky , possibly you're using a backdated version. Please update the script

§
发表于:2015-08-24

Works like a charm! Thank you so much @legnaleurc and @devnoname120

§
发表于:2015-08-24

Excellent work, @legnaleurc @devnoname120

发表回复

登录以发表回复。