Skip to content

[NSFW][Bug report]Incompatability with nhentai #991

@machsix

Description

@machsix

What is the problem?

Scripts don't work on nhentai.net

How to reproduce it?

  1. Sample script
// ==UserScript==
// @name        New script - nhentai.net
// @namespace   Violentmonkey Scripts
// @match       https://nhentai.net/*
// @grant       none
// @version     1.0
// @author      -
// @description 5/10/2020, 11:47:09 PM
// ==/UserScript==

(function() {
  alert("test");
  console.log("test");
 })();
  1. Open page like https://nhentai.net/g/312760/2/

What is the expected result?

An alert should appear also test should appear in the console

What is the actual result?

None of the behaviors appear. Console log:
Capture

Environment

  • Browser: Firefox
  • Browser version: 76.0.1
  • Violentmonkey version: v2.12.7
  • OS: Windows

Other comments:

Windows Edge (Chromium core) with violentmonkey have similar issue. Edge with Tampermonkey works but the console log keeps refreshing. If I use ublock origin to block the script https://static.nhentai.net/js/combined.1d8cbb9eacc7.js, violentmonkey works properly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions