Post Reply 
Add "Anti Adblock Killer list by reek" to privoxy. but how?!
Oct. 08, 2015, 12:57 PM
Post: #16
RE: Add "Anti Adblock Killer list by reek" to privoxy. but how?!
Sorry but I never use Rasberry pi before, I think I won't be able to help you this time Sad
But problem is about:
- Your browser
- Your code
- Or maybe GM_function.js

But without remoting your computer it is hard for me to help you.
Add Thank You Quote this message in a reply
Oct. 08, 2015, 12:59 PM
Post: #17
RE: Add "Anti Adblock Killer list by reek" to privoxy. but how?!
can you maybe upload your filter files and config? so i can compare them with my files? which version of privoxy are you using?
Add Thank You Quote this message in a reply
Oct. 23, 2015, 06:57 PM
Post: #18
RE: Add "Anti Adblock Killer list by reek" to privoxy. but how?!
(Oct. 08, 2015 12:59 PM)kik0s Wrote:  can you maybe upload your filter files and config? so i can compare them with my files? which version of privoxy are you using?

My filter file is very complex, I think it won't work well on your system and config file (config or config.txt) won't cause any problem. I'm using the lastest version of Privoxy, but Privoxy version won't affect how Anti Adblock Killer works.
Add Thank You Quote this message in a reply
Nov. 08, 2015, 08:40 PM
Post: #19
RE: Add "Anti Adblock Killer list by reek" to privoxy. but how?!
hey there. so i am still working on that issue. for me it seems the problem is in the filter file. for the .js script from reek it is actually needed to add his filter file from here https://raw.github.com/reek/anti-adblock...ilters.txt to any adblocker. i don't know how to add it to privoxy?! any suggestion?
Add Thank You Quote this message in a reply
Dec. 06, 2015, 11:03 AM
Post: #20
RE: Add "Anti Adblock Killer list by reek" to privoxy. but how?!
(Sep. 27, 2015 09:26 AM)cattleyavns Wrote:  I have the same result as you, maybe this script is a little bit more complex than other script, but i will try to make it work on Privoxy, because it is a very useful script.

Okay, I made this script works now! Perfect! No anti adblock popup anymore Big Teeth http://prntscr.com/8kz5qt http://prntscr.com/8kz80t
You will need another filter to fix this script ( https://greasyfork.org/scripts/735-anti-...ti-Adblock Killer | Reek.user.js ), replace these lines:
Code:
if (Aak.getScriptManager()) {
      Aak.registerCommands();
      Aak.update.automatic();
      Aak.listDetect();
      Aak.blockDetect();
    } else { // Native
      throw "Sorry! No Native support..";
    }

with:
Code:
//if (Aak.getScriptManager()) {
      Aak.registerCommands();
      Aak.update.automatic();
      Aak.listDetect();
      Aak.blockDetect();
    //} else { // Native
    //  throw "Sorry! No Native support..";
    //}

The author only allow true Greasemonkey user use this script, he tries to detect if user uses Greasemonkey or not, if not this script will not work, so just by removing those line we can bypass that limit Big Teeth
Here is my generated filter to do that, just open that URL https://greasyfork.org/scripts/735-anti-...ti-Adblock Killer | Reek.user.js and Ctrl + F5 to force reload its content because web browser cache that url.

Code:
FILTER: fixantiadblockiller
s@if \(Aak\.getScriptManager\(\)\) \{\s*?\
      Aak\.registerCommands\(\);\s*?\
      Aak\.update\.automatic\(\);\s*?\
      Aak\.listDetect\(\);\s*?\
      Aak\.blockDetect\(\);\s*?\
    \} else \{ \/\/ Native\s*?\
      throw "Sorry\! No Native support\.\.";\s*?\
    \}\s*?\
@//if (Aak.getScriptManager()) {\n\
      Aak.registerCommands();\n\
      Aak.update.automatic();\n\
      Aak.listDetect();\n\
      Aak.blockDetect();\n\
    //} else { // Native\n\
    //  throw "Sorry! No Native support..";\n\
    //}@i

Enable it on:
Code:
{+filter{fixantiadblockiller}}
.greasyfork.org/scripts/735-anti-adblock-killer-reek/code/

How does your filter.file look like as i do not run privoxy on windows
I guess the action.file do look the same?
Add Thank You Quote this message in a reply
Dec. 06, 2015, 08:42 PM
Post: #21
RE: Add "Anti Adblock Killer list by reek" to privoxy. but how?!
@rogern i do not use windows either. maybe thats the case?! but reek changed his .js file already so the filter above does not work anymore. any other hints to make it work some how?! Smile!
Add Thank You Quote this message in a reply
Dec. 07, 2015, 10:14 AM
Post: #22
RE: Add "Anti Adblock Killer list by reek" to privoxy. but how?!
@kik0s i run like you on the green subnet privoxy+proximitron proxy+adblocker by dietpi (raspberrypi) along with urlfilter on my gateway/firewall.
On purple network i run privoxy on firewall+ proximitron+dietpi on a raspberrypi.

I will see if there is a way to make the script for converting the dietpi to use reek.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: