- Home Page https://cluebaggermusic.com/
- Amazon https://www.amazon.com/music/player/artists/B075ZDW7TH/cluebagger
- Anghami https://play.anghami.com/artist/6817921
- Bandcamp https://cluebagger.bandcamp.com/
- Boomplay https://www.boomplay.com/artists/22651555
- Chartmetric https://app.chartmetric.com/artist/7072472
The YouTube channels in this list are channels where I have found one or more useful videos, so I thought I would list them out here, and make this list public, feel free to use this data however you want, and if you want to make a similar list, give the bookmarklet below at try.
All data on this page was copied using my bookmarklet script:
Bookmarklet YTCCM2C (YouTube Copy Channel Metadata To Clipboard)
If channel_keywords is empty, it means that the channel did not have any keywords when I copied the data.
In some cases I have manually added keywords if the channel has a website that provides them.
I have started using the following Example 01 script to aid in generating a prompt for ChatGPT to use to generate a comma separated list of keywords
| // ==UserScript== | |
| // @name Hide AI Overview in Google Search | |
| // @namespace https://gist.github.com/jesterjunk/ | |
| // @homepage https://gist.github.com/jesterjunk/760d8bd2e9e6fc2ed82a567bd40fb9dc | |
| // @version 0 | |
| // @description Hides the AI Overview section on Google Search results. | |
| // @author a speck of dust on a tiny rock flying through a vast expanse of the universe | |
| // @match https://www.google.com/search* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=google.com | |
| // @run-at document-start |
Ada Cohen @ reddit ⠀ Ada Cohen @ printables ⠀ pdf
| ARMOUR_LEATHER = 1 | |
| ARMOUR_STUDDED = 2 | |
| ARMOUR_CHAIN = 3 | |
| ARMOUR_PLATE = 4 | |
| ARMOUR_RING = 5 | |
| ARMOUR_CLOTH = 6 | |
| ARMOUR_SCALE = 7 | |
| ARMOUR_SPLINT = 8 | |
| ARMOUR_LEATHER_DRAGON = 9 | |
| ARMOUR_SCALE_DRAGON = 10 |
| SENTINEL = 0 // will not move | |
| TRADER = 1 // acts as a trader | |
| MOVERANDOM = 2 | |
| ANIMAL = 3 // can be groomed | |
| INVULNERABLE = 4 // cannot kill | |
| NPC_TRADER = 5 // acts as a trader | |
| AGG_HUMAN = 6 // attacks all humans | |
| MOVE_LOCAL = 7 // stays within a radius of where it was spawned | |
| MOVE_GLOBAL = 8 // moves all over the map | |
| GRAZER = 9 // eats grass like horses do |
| backpack, leather = 1 | |
| satchel, cotton = 2 | |
| small axe, birchwood = 3 | |
| shield, iron = 4 | |
| potion = 5 | |
| green apple = 6 | |
| hatchet, birchwood = 7 | |
| carving knife, iron = 8 | |
| log = 9 | |
| pickaxe, iron = 20 |
| classname=org.requiem.mods.dragonrider.Initiator | |
| classpath=DragonRider.jar | |
| sharedClassLoader=false | |
| # The RED and BLUE drakes will look strange when ridden. This is due to whoever made the model for them didn't add in the seat positions for players. | |
| # A list of item ID's for Items_Butchered can be found here: https://pastebin.com/MM53gSJA | |
| # A list of Creature Types can be found here: https://pastebin.com/3Tu7GRh7 |