bogachenko / fuckfuckadblock

Filters for blocking mining, pop-ups and anti-adblock bypass.
https://bogachenko.github.io/fuckfuckadblock/
MIT License
2.09k stars 71 forks source link

imgur.com #331

Closed Giingu closed 2 years ago

Giingu commented 2 years ago

Basic information

Check the link: https://imgur.com/ Category: Anti-adblock Reported from: Spain

User environment

Browser: Edge ( Not sure about the version ) Adblocker: uBlock Origin Extensions: Too many to list, most of them disabled, no other adblocking or similar extension is enabled. DNS: No

Additional message

You need to try to upload something for it to pop up. When trying it with Adblock (Not adblock plus) the anti adblock does not show up. No, i did not and do not have both enabled simultaneously, i just installed it to check if by using other blocker it would still show up.

krystian3w commented 2 years ago

edge://settings/help to check and update Edge (stable now is 103.0.1264.44). Also try use these user JS to enforce legacy layout:

by AyrA_ch ```javascript // ==UserScript== // @name Imgur Old Design // @namespace 24e9d0d286ee3808d404284e82e564c49c6704bb // @version 0.2.1 // @description Restores the old imgur Home page // @author /u/AyrA_ch // @match https://imgur.com/ // @match https://imgur.com/upload // @grant none // @run-at document-start // ==/UserScript== // Changelog // 0.2: Support new "frontpagebetav2" cookie // 0.1: Support "frontpagebeta" cookie (function () { 'use strict'; //Extract all cookies var cookies = document.cookie.split("; ").map(function (v) { var eq = v.indexOf('='); return { name: v.substr(0, eq), value: decodeURIComponent(v.substr(eq + 1)) }; }); var setCookie = function (name) { //Get frontpage cookie var fp = cookies.filter(function (v) { return v.name === name })[0]; //Overwrite/create cookie if needed if (fp === undefined || fp.value !== "0") { document.cookie = name + "=0; domain=.imgur.com; expires=" + (new Date(2032, 0, 1)).toUTCString(); return true; } return false; } if (setCookie("frontpagebeta") || setCookie("frontpagebetav2")) { if (window.stop) { window.stop(); } location.reload(); } })(); /* LICENSE: This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. The full license text can be found here: http://creativecommons.org/licenses/by-nc-sa/4.0/ The link has an easy to understand version of the license and the full license text. DISCLAIMER: THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ```
bogachenko commented 2 years ago

I tried on the browser Edge V103.0.1264.44, with the latest version of the uBO extension, with the included regional subscriptions for Spain - nothing. You probably have a lot of filters, restore to the default settings, but I can’t reproduce on the clean browser of Edge and uBO.

Extensions: Too many to list, most of them disabled, no other adblocking or similar extension is enabled.

https://github.com/bogachenko/fuckfuckadblock/wiki/Problematic-extensions


And please use the search before creating a issue. Duplicate of #135

krystian3w commented 2 years ago

So you don't disable follow oldie topics?

bogachenko commented 2 years ago

@krystian3w Why open thousands of tickets for one specific site. I do not freeze these tickets, it’s easier to track the problem and do not waste time searching for information, because it will be on one page. @Giingu Any information? Detection of the adblock still exists?

Giingu commented 2 years ago

Did not try the script, will do tomorrow, but after updating edge it still exists yeah

bogachenko commented 2 years ago

@Giingu Did you do the operations that I advised you above - did you clear the cache and disable ALL extensions except uBO? Do you have uBO with default settings, no third-party filter lists? Does the issue only exist on the Edge browser?

xonkiz commented 1 year ago

https://github.com/bogachenko/fuckfuckadblock/wiki/Problematic-extensions

no, the problem is AMO continues to ignore requests to allow user prioritization of extension functions