Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
machsix opened this issue May 11, 2020 · 1 comment
Closed

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

machsix opened this issue May 11, 2020 · 1 comment

Comments

@machsix
Copy link

machsix commented May 11, 2020

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

@tophf
Copy link
Member

tophf commented May 11, 2020

Seems to be fixed in the release candidate, https://github.com/violentmonkey/violentmonkey/releases

@tophf tophf closed this as completed May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants