Subpage under development, new version coming soon!
Subject: Greasemonkey Scripts
Hi guys,
Since we have many people interested in developping greasemonkey scripts, I think it would be important to have a specific topic for that.
Here, we could discuss about scripts and exchange information and make questions.
Since we have many people interested in developping greasemonkey scripts, I think it would be important to have a specific topic for that.
Here, we could discuss about scripts and exchange information and make questions.
I'm not a javascript developper but I'm trying to create sth.
Named Forum Organiser, the idea was to create forum stickers. It works fine for me but it's a little hard at the editing the links list (need open the js file). It's because I don't know if it's possible reading/savind local files with GM.
Pay attention: pre-BETA version, need many adjusts. Could someone help me with some ideas in order to create a more friendly interface?(
Script Here
(edited)
Named Forum Organiser, the idea was to create forum stickers. It works fine for me but it's a little hard at the editing the links list (need open the js file). It's because I don't know if it's possible reading/savind local files with GM.
Pay attention: pre-BETA version, need many adjusts. Could someone help me with some ideas in order to create a more friendly interface?(
Script Here
(edited)
wow man nice first post ahaha all owned
so if i click on sticker it just goes to random? forum?
(edited)
so if i click on sticker it just goes to random? forum?
(edited)
You'll define the topics which will be in the stickers.
Go to Tools/Greasemonkey/ManagerUserScripts
Then you have to select "ForumOrganiser" and click on "Edit".
Choose the C:\Windows\Notepad to read the script and you can define the topic. You'll see this:
arrayForum[0]= new Array("0001", "000001", "Sticker 1");
arrayForum[1]= new Array("1292", "557752", "Sticker 2");
arrayForum[2]= new Array("1292", "557752", "Sticker 3");
arrayForum[3]= new Array("1292", "557752", "Sticker 4");
arrayForum[4]= new Array("1292", "557752", "Sticker 5");
arrayForum[5]= new Array("1292", "557752", "Sticker 6");
arrayForum[6]= new Array("1292", "557752", "Sticker 7");
These numbers are the ID_Forum, ID_Topic and the Sticker's Name.
(edited)
Then you have to select "ForumOrganiser" and click on "Edit".
Choose the C:\Windows\Notepad to read the script and you can define the topic. You'll see this:
arrayForum[0]= new Array("0001", "000001", "Sticker 1");
arrayForum[1]= new Array("1292", "557752", "Sticker 2");
arrayForum[2]= new Array("1292", "557752", "Sticker 3");
arrayForum[3]= new Array("1292", "557752", "Sticker 4");
arrayForum[4]= new Array("1292", "557752", "Sticker 5");
arrayForum[5]= new Array("1292", "557752", "Sticker 6");
arrayForum[6]= new Array("1292", "557752", "Sticker 7");
These numbers are the ID_Forum, ID_Topic and the Sticker's Name.
(edited)
Well... Should open a window and you had to choose "notepad.exe". :/
Hmmm. That's the problem... When i click on this button, it's opening a window here.
Would have loved to have a skill translator in the player page. Dunno if it's possible or not.
Sheva, I don't know about that. For me, when i used this button the first time, firefox asked about what program I'd like to use. Exactly as Leogar said.
Try to open the file manually. It's located in your Application Data folder. Look for Mozilla/Firefox/Profiles/something.default/gm_scripts and choose the forumorganiser.user.js file.
In this case, you'll need to put the new saved file on the firefox window in order to reinstall it.
Open it using notepad.
What happens when you click Tools/Greasemonkey/NewUserScript? You should have a prompt like this: Choose an Executable Text Editor (e.g. "c:\\windows\\notepad.exe")
(edited)
Try to open the file manually. It's located in your Application Data folder. Look for Mozilla/Firefox/Profiles/something.default/gm_scripts and choose the forumorganiser.user.js file.
In this case, you'll need to put the new saved file on the firefox window in order to reinstall it.
Open it using notepad.
What happens when you click Tools/Greasemonkey/NewUserScript? You should have a prompt like this: Choose an Executable Text Editor (e.g. "c:\\windows\\notepad.exe")
(edited)