Giter Club home page Giter Club logo

Comments (19)

jhult avatar jhult commented on May 25, 2024 17

I can't get the "Create" button to work in any browser (Safari, Firefox, Chromium) even without any adblocking extensions.

from gitignore.io.

ravgeetdhillon avatar ravgeetdhillon commented on May 25, 2024 4

Facing the same issue. But works in Chrome's Incognito mode.

from gitignore.io.

umutseven92 avatar umutseven92 commented on May 25, 2024 4

Just tried with Chrome, version 101.0.4951.54. Site does not work with uBlock Origin on, the Create button doesn't do anything.

Thanks for taking a pure, simple developer tool and commercialising it. Gotta get those KPIs up!

from gitignore.io.

Shaquu avatar Shaquu commented on May 25, 2024 3

Same on Chrome with AdBlock. Thanks for ruining the tool :)

from gitignore.io.

joeyshi12 avatar joeyshi12 commented on May 25, 2024 3

Going into incognito mode doesn't work for me. It works when I disable all my add-ons on firefox.

Another way to get your gitignore file is to call their endpoint directly. For example,
wget https://www.toptal.com/developers/gitignore/api/python,vim .gitignore for python+vim

You can list the available options with
curl https://www.toptal.com/developers/gitignore/api/list

from gitignore.io.

ttimasdf avatar ttimasdf commented on May 25, 2024 2

I wrote this user script to bypass the misuse of Google Analytics. The code is hidden behind event report callback. 👎

This script would fix this issue and #577.

(function() {
    'use strict';
 
    unsafeWindow.gtag = (event, ...args) => {
        var cb = args[1].event_callback;
        if (typeof cb === "function") {
            cb();
        }
        console.log(event, ...args);
    };
})();

The userscript could be installed on GreasyFork - Emulate Google Analytics on gitignore.io.

from gitignore.io.

filipechagas avatar filipechagas commented on May 25, 2024 2

A fix has been released 🚀
Please, let us know if you encounter any further issues.
Thanks for the report!

#577 (comment)

from gitignore.io.

k30v1n avatar k30v1n commented on May 25, 2024 1

Same... is this a bug or a feature? 👁️

from gitignore.io.

rossheat avatar rossheat commented on May 25, 2024 1

Got the create button to work in Chrome Incognito mode. Doesn't work in regular mode. Possibly related to uBlock origin.

from gitignore.io.

RobertNickRevnic avatar RobertNickRevnic commented on May 25, 2024 1

Tested in Brave Browser [Version 1.38.111 Chromium: 101.0.4951.54 (Official Build) (64-bit)]
It works in a private window with the Brave shields down (it has an internal adblocker), but in a regular window, it does not work, even with all the adblockers disabled.

Tested in Chrome [Version 101.0.4951.54 (Official Build) (64-bit)]
It works in normal and private windows, as long as the adblocker is disabled.

from gitignore.io.

guoquan avatar guoquan commented on May 25, 2024 1

Tested with Safari 15.5 and AdGuard enabled. I am not able to click the create button

Not able to click the create button with Safari 15.5 and AdGuard installed, but disable on this site or even pause running.

from gitignore.io.

kishaningithub avatar kishaningithub commented on May 25, 2024

Same is also reproducible in firefox private windows without any addons and normal windows with ublock enabled.

The only way i am using this site is via incognito window in google chrome which does not have any addons enabled.

from gitignore.io.

dunefox avatar dunefox commented on May 25, 2024

It's not working for me either, regardless of extensions and the browser itself.

from gitignore.io.

danwhitston avatar danwhitston commented on May 25, 2024

Same issue, Windows 11, Chrome 100.0.4896.127 (Official Build) (64-bit). I'm just updating Chrome, will see if that helps, then I'll try incognito mode as suggested above.

EDIT - Did not work after updating. Did not work in Incognito mode with uBlock Origin still enabled. DID WORK in normal mode on Chrome with uBlock disabled for the site. It looks like gitignore.io has become incompatible with uBlock for some reason.

from gitignore.io.

rumdood avatar rumdood commented on May 25, 2024

Same issue. Doesn't work in any browser - not even in Chrome with incognito mode. Tried disabling PiHole to see if that corrected the issue but still doesn't work.

Windows 10: 19044.1645
Firefox 99.0.1
Chrome 100.0.4896.127

from gitignore.io.

rungxanh1995 avatar rungxanh1995 commented on May 25, 2024

I just checked, and it's working with Chrome and Firefox (no need to disable any add-ons), but not Safari 😂

from gitignore.io.

wwestlake avatar wwestlake commented on May 25, 2024

I'm having this issue in Chrome with U-Block Origin turned on. With it turned off, the site works fine. In the console, I see this error:

GET https://static.cloudflareinsights.com/beacon.min.js/v652eace1692a40cfa3763df669d7439c1639079717194 net::ERR_BLOCKED_BY_CLIENT

from gitignore.io.

nesevis avatar nesevis commented on May 25, 2024

Currently not working with network-wide ad blocking. Applies to both Safari and Firefox.

main.js is successfully loaded.

from gitignore.io.

Sn0wfreezeDev avatar Sn0wfreezeDev commented on May 25, 2024

Tested with Safari 15.5 and AdGuard enabled. I am not able to click the create button

from gitignore.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.