You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected tampermonkey script to be injected in kemono.su website load.
Actual Behavior
No tampermonkey scripts are getting injected in kemono.su website load. Even in chrome devtool->source->Page no Tampermokey script file is available,
Specifications
Chromium: 131.0.6778.265
Script
Test script
// ==UserScript==// @name Test Userscript// @namespace kemono// @version 2025-01-10// @description try to take over the world!// @author You// @match https://kemono.su/*// @icon https://www.google.com/s2/favicons?sz=64&domain=kemono.su// @grant none// ==/UserScript==(function(){console.log("Tampermonkey test log")})();
The text was updated successfully, but these errors were encountered:
nandakishore2009
changed the title
Tampermonkey not getting injected in https://kemono.su/
Script not getting injected in https://kemono.su/ website
Jan 10, 2025
I'm having a similar issue
Scripts do not load like 70% of the times I load a page from a specific website. Other times they just never load unless I restart the browser.
Expected Behavior
Expected tampermonkey script to be injected in kemono.su website load.
Actual Behavior
No tampermonkey scripts are getting injected in kemono.su website load. Even in chrome devtool->source->Page no Tampermokey script file is available,
Specifications
Script
Test script
The text was updated successfully, but these errors were encountered: