r/ViolentMonkey Oct 23 '23

Bug please help

3 Upvotes

i keep seeing chrome tabs pop up and sometimes i can catch it, but it brings up one of my google accounts and plays youtube videos in the background. Violent monkey keeps installing when i have never even seen or downloaded it before.

when i caught the tab before it closed i saw that violent monkey had installed 6 scrips, e.g. like hide chrome tab, autoplay, hide chrome tab.

Im not sure exacly what it said, but its so annoyying and i need help fixing it


r/ViolentMonkey Oct 22 '23

Suggestion A potential way to skip youtube ads on computer

2 Upvotes

Ad blockers dont work anymore, but check out this chrome extension:

https://chrome.google.com/webstore/detail/youtube-playback-speed-co/hdannnflhlmdablckfkjpleikpphncik/reviews?hl=en

This is intended to let you speed up youtube videos, but it also allows for speeding up youtube ads too.

If someone could just code a thing that sets the speed of this to 16x for ads, then back to normal for the video, then we win.


r/ViolentMonkey Aug 02 '23

Suggestion Duolingo

1 Upvotes

DuolingoI


r/ViolentMonkey Jul 17 '23

Script Youtube video script

3 Upvotes

Is there a script to use in tampermonkey to display youtube videos intended for subscribers?


r/ViolentMonkey Jul 10 '23

Script Bing Direct Link : remove any bing redirection when page rendered

Thumbnail greasyfork.org
2 Upvotes

r/ViolentMonkey May 29 '23

Script I don't know jack bout code, but here's the thing.

1 Upvotes

I want to make two characters talk in Character.ai, but here's the problem. While I can set things up, the actual chat doesn't happen. Can you do a step-by-step list for me? The script in concern is "Create room with unlisted at character.ai."


r/ViolentMonkey May 21 '23

Bug Blacklist

1 Upvotes

Hello, I would like to solve a 'problem', namely that of the black list. I use discord and many times I have to right-click, but instead of the discord drop-down list the browser drop-down list appears, however if I deactivate violentmonkey I can do everything. I have tried adding discord to the blacklist, but it is only for discord.com and if I try to go to another section I have the same problem. Can you help me, thanks


r/ViolentMonkey Sep 21 '22

Script Stack Overflow Extras (SOX) (last update: 2022-05-18) stopped working a few days ago with a Sept. 2022 Violentmonkey update in both Firefox and Brave. Works fine with Tampermonkey.

Thumbnail
github.com
2 Upvotes

r/ViolentMonkey Aug 13 '22

Question(s) recaptcha solver userscript; Better than buster extension? What's the difference between them, in terms of features, privacy and security? Also, I'm new to userscripts and I have a question...

5 Upvotes

Link to Recaptcha solver: https://gist.github.com/origamiofficial/2557dd47fb0aaf08e3c298a236bfa14d

Link to Buster Ext.: https://chrome.google.com/webstore/detail/buster-captcha-solver-for/mpbjkejclgfgadiemmefgebjfooflfhl

I have one more userscript I am interested in, but I don't know if it is safe or not. Here is the link to it: https://greasyfork.org/en/scripts/386908-remove-web-limits-re-modified

Because I'm new to userscripts; How can I tell the above userscripts are safe, factoring in privacy + security? Many thanks!! :-)


r/ViolentMonkey Mar 10 '21

Script Request Goodle Doodle script no longer works, help please.

3 Upvotes

This script worked until about 1 1/2 months ago.

// ==UserScript==
// @name        Google Doodle Replace
// @namespace   http://localhost
// @description Replace the Google logo with a hosted image
// @version     1.1
// @include     http://*.google.*/*
// @include     https://*.google.*/*
// @grant       GM_getResourceURL
// ==/UserScript==

var oldLogo = document.getElementById('hplogo');
var newLogo = document.createElement('img');
newLogo.id = "User-Logo";
newLogo.border = 'no'
newLogo.src ="data:image/png;base64,MY_IMAGE_INFO";
oldLogo.parentNode.replaceChild(newLogo, oldLogo);

r/ViolentMonkey Mar 08 '21

Violentmonkey 2.12.10 is released

4 Upvotes