User Controls

AdBlock not working on Youtube?

  1. #41
    Charles Ex Machina African Astronaut
    Originally posted by Jiggaboo_Johnson I don't mind dealing with your cope though.


    nice cope
  2. #42
    Enigma African Astronaut
    I love this forum
  3. #43
    Enigma African Astronaut
    14$ is a significant amount for me
  4. #44
    Originally posted by Enigma 14$ is a significant amount for me

    Don't worry...One day you'll be CEO of Faggots inc. and $14 will be a laughable amount to you, hang in there shortstuff.

    /rose
  5. #45
    Narc Naturally Camouflaged [connect my yokel-like scolytidae]
    Originally posted by Jiggaboo_Johnson That assumes it keeps working…which this thread kind of underlines.

    Its working, just keep getting the odd blips here and there. Its just the Youtube Vs Adblock battle, most of the time its barely half a day maybe once or twice a week. And this is only been happening for a couple of months. And as this fred has revealed there are other options that would take a few minutes to install, if it continues then I will.

    Tell us how much do you pay in subscriptions every month in total?

    How much you think you'll be paying per month in 5 years?

    Now multiply that by 60


    .
  6. #46
    jerryb African Astronaut
    Daddy money bags Jiggaboo making fun of all us poorfags. Nah I could pay but that's not any fun, like when I was doing the sat card thing years ago. I got way more pleasure helping poor folks watch that $50 PPV, fuck I even rarely watched TV.
  7. #47
    learn to code your own, it's not hard
  8. #48
    Narc Naturally Camouflaged [connect my yokel-like scolytidae]
    Originally posted by the man who put it in my hood learn to code your own, it's not hard

    Prove it then

    Seeing as this fred's turned into a 'hey everyone look at me'


    .
  9. #49
    Originally posted by Narc Prove it then

    Seeing as this fred's turned into a 'hey everyone look at me'


    .


    program AdBlocker;

    uses
    SysUtils, Sockets;

    const
    BLOCKED_IPS: array[0..2] of string = (
    '192.168.1.10',
    '10.0.0.5',
    '172.16.0.3'
    );

    var
    sock: Longint;
    addr: sockaddr_in;
    recvBuffer: array[0..1023] of byte;
    bytesRead: ssize_t;
    ipString: string;
    i: Integer;

    function IsBlockedIP(ip: string): Boolean;
    begin
    for i := Low(BLOCKED_IPS) to High(BLOCKED_IPS) do
    begin
    if ip = BLOCKED_IPS[i] then
    begin
    Result := True;
    Exit;
    end;
    end;
    Result := False;
    end;

    begin
    WriteLn('=====================================');
    WriteLn(' ____ __ ____ ___ ');
    WriteLn(' / /\ \ / / / __ \|__ \ ');
    WriteLn(' / / \ \/ / | | | | ) | ');
    WriteLn(' / / \ / | | | | / / ');
    WriteLn(' / / / / _ | |__| |/ /_ ');
    WriteLn('/_/ /_/ (_) \____/____(_) ');
    WriteLn(' ');
    WriteLn('=====================================');
    WriteLn(' Hardware-based AdBlocker ');
    WriteLn('=====================================');

    sock := fpSocket(AF_INET, SOCK_RAW, IPPROTO_TCP);
    if sock < 0 then
    begin
    WriteLn('Error creating socket');
    Halt(1);
    end;

    while True do
    begin
    bytesRead := fpRecv(sock, @recvBuffer, SizeOf(recvBuffer), 0);
    if bytesRead < 0 then
    begin
    WriteLn('Error receiving data');
    Halt(1);
    end;

    addr.sin_addr := PInAddr(@recvBuffer[16])^;
    ipString := NetAddrToStr(addr.sin_addr);

    if IsBlockedIP(ipString) then
    begin
    WriteLn('Blocked connection attempt to: ', ipString);
    end
    else
    begin
    WriteLn('Allowed connection to: ', ipString);
    end;
    end;

    fpClose(sock);
    end.
  10. #50
    Narc Naturally Camouflaged [connect my yokel-like scolytidae]
    Originally posted by the man who put it in my hood

    program AdBlocker;

    uses
    SysUtils, Sockets;

    const
    BLOCKED_IPS: array[0..2] of string = (
    '192.168.1.10',
    '10.0.0.5',
    '172.16.0.3'
    );

    var
    sock: Longint;
    addr: sockaddr_in;
    recvBuffer: array[0..1023] of byte;
    bytesRead: ssize_t;
    ipString: string;
    i: Integer;

    function IsBlockedIP(ip: string): Boolean;
    begin
    for i := Low(BLOCKED_IPS) to High(BLOCKED_IPS) do
    begin
    if ip = BLOCKED_IPS[i] then
    begin
    Result := True;
    Exit;
    end;
    end;
    Result := False;
    end;

    begin
    WriteLn('=====================================');
    WriteLn(' ____ __ ____ ___ ');
    WriteLn(' / /\ \ / / / __ \|__ \ ');
    WriteLn(' / / \ \/ / | | | | ) | ');
    WriteLn(' / / \ / | | | | / / ');
    WriteLn(' / / / / _ | |__| |/ /_ ');
    WriteLn('/_/ /_/ (_) \____/____(_) ');
    WriteLn(' ');
    WriteLn('=====================================');
    WriteLn(' Hardware-based AdBlocker ');
    WriteLn('=====================================');

    sock := fpSocket(AF_INET, SOCK_RAW, IPPROTO_TCP);
    if sock < 0 then
    begin
    WriteLn('Error creating socket');
    Halt(1);
    end;

    while True do
    begin
    bytesRead := fpRecv(sock, @recvBuffer, SizeOf(recvBuffer), 0);
    if bytesRead < 0 then
    begin
    WriteLn('Error receiving data');
    Halt(1);
    end;

    addr.sin_addr := PInAddr(@recvBuffer[16])^;
    ipString := NetAddrToStr(addr.sin_addr);

    if IsBlockedIP(ipString) then
    begin
    WriteLn('Blocked connection attempt to: ', ipString);
    end
    else
    begin
    WriteLn('Allowed connection to: ', ipString);
    end;
    end;

    fpClose(sock);
    end.

    That's just a script to fix an adblocker from giving a false positive you mug


    .
  11. #51
    jerryb African Astronaut
    Hey Narc uBlock Origin also works on TUBI if you watch anything on there, haven't tried it on other free movie services.
  12. #52
    ner vegas African Astronaut
    Originally posted by Narc That's just a script to fix an adblocker from giving a false positive you mug

    it's AI generated code that does nothing lol
  13. #53
    it's actually the real script I use to enhancement certain traffic on my network. It's a hardware specific ad blocker that only works on my computer. These are trivial to develop if you understand how your hardware interacts with the internet. Now if you'll excuse me I have a mothers board to fry
  14. #54
    Donald Trump Black Hole
    I've literally never seen FreePascal code before. What the hell does it run on?
  15. #55
    ner vegas African Astronaut
    Originally posted by the man who put it in my hood it's actually the real script I use to enhancement certain traffic on my network. It's a hardware specific ad blocker that only works on my computer. These are trivial to develop if you understand how your hardware interacts with the internet. Now if you'll excuse me I have a mothers board to fry

    sockets aren't hardware level nigger
    The following users say it would be alright if the author of this post didn't die in a fire!
  16. #56
    jerryb African Astronaut
    Originally posted by ner vegas sockets aren't hardware level nigger

    You didn't scare him kid.
  17. #57
    Don't make me bring bears into this thread.
    The following users say it would be alright if the author of this post didn't die in a fire!
  18. #58
    Enigma African Astronaut
    For the second time I am saying this, the problem fixed itself. The videos that were not displaying weirdly enough only related to my math class.

    I took the exam and got an 85% (34/40) last Friday. So I successfully taught myself the math course well enough to get a 92% and an 85% on the exams and get full credit so now I'm done with it.

    Now I go on other videos and they don't display ads anymore. Glad I didn't take any of the advice in this thread relying only on my laziness and clicking "SKIP VIDEO" one at a time.

    So yeah, IDK why the videos weren't like Trademark Copied Underwriters Limited videos they were just generic math teachers explaining basic concepts. Even my accounting videos (Which are much more proprietary/produced by A College Professor) ain't fucking me with ads. Just the math ones, that's mathed up.
  19. #59
    Originally posted by Donald Trump I've literally never seen FreePascal code before. What the hell does it run on?

    MS-DOS maybe?

    All of the 80's and 90's BBS software all used pascal. Trade wars 2002, etc. The original TOTSE BBS was probably written in pascal. It's a blessed language like HolyC

    The following users say it would be alright if the author of this post didn't die in a fire!
  20. #60
    ner vegas African Astronaut
    > yuge beest
Jump to Top