please help, I can't install AD-ONS, when i try to install, after clcking to install, it ONLY shows the ==UserScript==, please help
This is the most ANNOYING Issue i see here on Firefox, I have always used this ad-on: "YouTube Auto Buffer & Auto HD", and it has always worked perfect, until last night, it just stopped working for no reason, I tried to re-install it but instead of installing, it's showing the user script when i click on "INSTALL" button. My laptop is Windows 8. NB: I have another laptop Windows 7 and this ad-on is working just fine. So, what's the matter here??? I double checked to make sure the greasemonkey was still installed and yes, it's perfectly installed.
this is the user script i see when I click on "install" button:
// ==UserScript==
// @name YouTube Auto Buffer & Auto HD // @namespace http://userscripts.org/users/23652 // @description Buffers the video without autoplaying and puts it in HD if the option is on. For Firefox, Opera, & Chrome // @include http://*.youtube.com/* // @include http://youtube.com/* // @include https://*.youtube.com/* // @include https://youtube.com/* // @exclude http://*.youtube.com/results?* // @exclude http://youtube.com/results?* // @exclude https://*.youtube.com/results?* // @exclude https://youtube.com/results?* // @copyright JoeSimmons // @version 1.2.76 // @license http://creativecommons.org/licenses/by-nc-nd/3.0/us/ // @require http://usocheckup.dune.net/49366.js // @grant GM_getValue // @grant GM_log // @grant GM_openInTab // @grant GM_registerMenuCommand // @grant GM_setValue // @grant GM_xmlhttpRequest // ==/UserScript==
/* RELEASE NOTES
SORRY I DID NOT PASTE EVERY THING, IT'S JUST TOO DAMN LONG, BUT IF YOU WANT ME TO PASTE EVERYTHING, I SURE WILL. PLEASE HELP
Modificado por JJ Co a
Todas as respostas (3)
Make sure
- Greasemonkey is enabled in the Add-ons Manager.
- Greasemonkey is enabled in the menu for its toolbar icon.
- The user script is enabled in the Add-ons Manager, User Scripts category.
See below for more details and screenshots.
THANKS VERY MUCH, OMG! YOU JUST SOLVED MY PROBLEM, I FOLLOWED YOUR INSTRUCTION, AND BAM!, I REALIZED ON THE GREASEMONKEY MENU, "ENABLED" WAS UNCHECKED. I CHECK IT AND NOW THE AD-ON IS WORKING LIKE A CHAM. AM NOT JUST WONDERING, HOW IN THE WORLD IT GOT UNCHECKED IN THE FIRST PLACE????
Left-clicking the Greasemonkey icon toggles the status between Enabled and Disabled. It's likely you clicked it by accident.
Make sure you're using the latest version. Starting with Greasemonkey 1.10, a warning message will be displayed at the top of the window when trying to install scripts while Greasemonkey's status is Disabled.
You're welcome. If the issue is solved, kindly click the "Solved the problem" button next to the relevant answer.