Author |
Topic |
 CCP Atropos

 |
Posted - 2009.05.18 16:34:00 - [ 1]
So I finally caved, and installed Greasemonkey. It's pretty awesome, but I'm so inspired by it's awesomeness, I need more scripts for it. What are you running, and what would you recommend? |
 Gneeznow Minmatar Ship spinners inc |
Posted - 2009.05.18 18:11:00 - [ 2]
I installed it to use with the CAOD cleaner but I couldnt get it to work quickly and so gave up :effort: (its not CAOD posters I wanted to block but couldnt figure out where to add names/etc) |
 Noxyra Minmatar |
Posted - 2009.05.18 18:20:00 - [ 3]
Greasefire is very nice since it shows you what scripts are available for different pages, ex. Yahoo, Google etc. Pretty nice ;) |
 Karentaki Gallente Oberon Incorporated Morsus Mihi |
Posted - 2009.05.18 23:00:00 - [ 4]
Originally by: Gneeznow I installed it to use with the CAOD cleaner but I couldnt get it to work quickly and so gave up :effort:
(its not CAOD posters I wanted to block but couldnt figure out where to add names/etc)
Default CAOD cleaner doesn't work with the new forum design (well, URL change), but it is relatively easy to fix. The start of the file should look like: // ==UserScript== // @name CAOD Cleaner // @namespace http://www.eveonline.com // @description Removes unwanted drivel // @include http://www.eveonline.com/ingameboard.asp?a=topic* // ==/UserScript==
and you need to change the namespace shown in the script manager to: http://www.eveonline.com/ingameboard.asp?a=topic*
If it still doesn't work post here again |
 Louis deGuerre Gallente Malevolence.
|
Posted - 2009.05.18 23:05:00 - [ 5]
LastFm Lyrics script LastFm Chart changes Imdb link script (modified to show scores next to links to imdb).
At my work I have several custom scripts running to easy my life... |
 Digital Solaris |
Posted - 2009.05.19 08:30:00 - [ 6]
|
 Sleepkevert Amarr Rionnag Alba Triumvirate. |
Posted - 2009.05.19 08:37:00 - [ 7]
|
 CCP Atropos

 |
Posted - 2009.05.19 10:45:00 - [ 8]
Greasefire is pretty awesome; takes all the hassle of finding scripts out of using Greasemonkey. Only trouble is on popular sites, you get possibly too many results  Also, that Yousable Youtube script is nice, saves me having to use the zoom option when I want to enlarge a video. |
 Digital Solaris |
Posted - 2009.05.19 10:48:00 - [ 9]
|
 Gneeznow Minmatar Ship spinners inc |
Posted - 2009.05.19 18:15:00 - [ 10]
Originally by: Karentaki
Originally by: Gneeznow I installed it to use with the CAOD cleaner but I couldnt get it to work quickly and so gave up :effort:
(its not CAOD posters I wanted to block but couldnt figure out where to add names/etc)
Default CAOD cleaner doesn't work with the new forum design (well, URL change), but it is relatively easy to fix.
The start of the file should look like:
// ==UserScript== // @name CAOD Cleaner // @namespace http://www.eveonline.com // @description Removes unwanted drivel // @include http://www.eveonline.com/ingameboard.asp?a=topic* // ==/UserScript==
and you need to change the namespace shown in the script manager to:
http://www.eveonline.com/ingameboard.asp?a=topic*
If it still doesn't work post here again
whats the namespace thing about? I have no idea what I'm doing, also where do I add corps/alliances/names in? |
 Karentaki Gallente Oberon Incorporated Morsus Mihi |
Posted - 2009.05.19 19:44:00 - [ 11]
Originally by: Gneeznow whats the namespace thing about? I have no idea what I'm doing, also where do I add corps/alliances/names in?
Right, sorry, I should have explained better: First, after installing the script, go to Tools -> Greasemonkey -> Manage User Scripts. You should see a window with a list of scripts installed on the left. Select CAOD Cleaner from that list. Now, under Included Pages, there should be one entry. Select that and click edit. Enter: http://www.eveonline.com/ingameboard.asp?a=topic* and click ok. Now, click 'edit' in the bottom left of the main script window. If it asks you to select a text editor select notepad (C:\WINDOWS\System32\notepad.exe) or any other simple plain-text editor. You should see lots of code appear. Now, select the top section above the row of * symbols. and replace it with: // ==UserScript== // @name CAOD Cleaner // @namespace http://www.eveonline.com // @description Removes unwanted drivel // @include http://www.eveonline.com/ingameboard.asp?a=topic* // ==/UserScript== Now go to file -> save, and close the text editor and script manager. It should now work. Hope this helps. |
 Gneeznow Minmatar Ship spinners inc |
Posted - 2009.05.19 19:56:00 - [ 12]
aye I got it to work from your previous post, thanks for the help but like I said its not CAOD I want to filter, and this script only works with CAOD, any idea how to make it work with all sub-forums? |
 Blane Xero Amarr The Firestorm Cartel
|
Posted - 2009.05.19 20:18:00 - [ 13]
Originally by: Gneeznow aye I got it to work from your previous post, thanks for the help but like I said its not CAOD I want to filter, and this script only works with CAOD, any idea how to make it work with all sub-forums?
There was a change in it somewhere that you changed from the CAOD link to the whole ingameboard link. I dont remember much, try google? |
 Karentaki Gallente Oberon Incorporated Morsus Mihi |
Posted - 2009.05.20 12:35:00 - [ 14]
Originally by: Blane Xero
Originally by: Gneeznow aye I got it to work from your previous post, thanks for the help but like I said its not CAOD I want to filter, and this script only works with CAOD, any idea how to make it work with all sub-forums?
There was a change in it somewhere that you changed from the CAOD link to the whole ingameboard link. I dont remember much, try google?
It's not too hard to make it work for all the forums, but it is hard to make it work well. For example, it is set to automatically filter all posts by people in NPC corps or who do not show as belonging to an alliance. This makes it very annoying to read any forum other than CAOD with it active. I'm sure if I knew more Javascript I could make it work better, but unfortunately that would take effort. Also the comment: // I have no idea how this works, but it does. Smile, nod, and move on... in the code makes me a bit cautious to go tampering with that bit. |