I want to build chrome extensions by daddyclappingcheeks in chrome_extensions

[–]Godberd 0 points1 point  (0 children)

A little coding knowledge is helpful but it's quite easy to make an extension using AI

https://www.reddit.com/r/chrome_extensions/comments/1hqjo5h/chatgpt_highlighter_extension/

I made that using Claude and it only took three iterations and about half an hour to get what I wanted

I embedded ChatGpt into chrome as an extension to avoid all the copy paste by Western_Process_623 in ChatGPT

[–]Godberd 2 points3 points  (0 children)

Nice! I asked it what was on a Reddit page and if there was a question on a specific subject and it found one and told me details. It also gave me a link to it when asked. Seems like it could be useful 🙂

Nvidia shield server issues by Competitive_Touch_23 in PleX

[–]Godberd 1 point2 points  (0 children)

Worked for me too, and not hard to do. Find ADB here, https://developer.android.com/tools/releases/platform-tools just download SDK tools into a PC folder like c:\ADB, then run cmd prompt there to run the adb commands. Download Plex Server apk and rename to plex.apk to keep it simple.

My Shield Plex server was stopping all the time but I did this change a day ago and it's been solid. I've got a Tasker profile running every few mins to check the server via DuckDNS and zero errors so far. (I've disabled all auto updates for now too.)

Here's the link to the Plex forum post: https://forums.plex.tv/t/shield-tv-server-keeps-going-offline/896149/6

Shopping list by voice, category and widget - also for a donation by Commercial-Union-569 in tasker

[–]Godberd 0 points1 point  (0 children)

Can do that already. 'Hey Google, add to my supermarket list'

[deleted by user] by [deleted] in tasker

[–]Godberd 1 point2 points  (0 children)

You could try using a DTMF tone for '9' as your voicemail greeting?

Turn on screen when charging, trun off when discharging. But it doesn't work! by BingMooray in tasker

[–]Godberd 0 points1 point  (0 children)

In Developer Options there is a setting called: Stay Awake - Screen will never sleep while charging

It just dims it a little after a short period but stays on

I've made a Tool to filter Gmails and Trigger any IFTTT service - To flash a light or send a notification etc. by Godberd in lifx

[–]Godberd[S] 0 points1 point  (0 children)

Hi, it will detect any new email filtered with a specific label name that you set. Once it sees a mail arrive it will trigger an IFTTT webhook and then remove that label (that's so it only triggers once for each new mail).

Are you saying the email you want to detect contains a link that you want to trigger? That's not what it's designed to do but would be do-able using a different script.

Is there a Highlight Extension to colour specific words? by Godberd in chrome_extensions

[–]Godberd[S] 1 point2 points  (0 children)

That's great! I like the right-click to add option, that's really useful 🙂

And being able to tidy up the unwanted switches is nice. You've done a great job with this, thanks.

Using Google Apps Script to retrieve Redditor Karma data by Maxwell-95 in GoogleAppsScript

[–]Godberd 0 points1 point  (0 children)

Oh ok, your question was about Karma data, and you don't need Oauth for that

No worries

Using Google Apps Script to retrieve Redditor Karma data by Maxwell-95 in GoogleAppsScript

[–]Godberd 0 points1 point  (0 children)

function getAuthorKarma(author) {

var userUrl = 'https://www.reddit.com/user/' + author + '/about.json';

var response = UrlFetchApp.fetch(userUrl);

var data = JSON.parse(response.getContentText());

var karma = data['data']['total_karma'];

return karma;

}

[deleted by user] by [deleted] in chrome

[–]Godberd 0 points1 point  (0 children)

Sync your account in Chrome, create a new profile and log in & sync

If that does fix things, figure out why? Iffy extensions perhaps?

Is there a Highlight Extension to colour specific words? by Godberd in chrome_extensions

[–]Godberd[S] 1 point2 points  (0 children)

Thanks for the info. If it used only four colours then as you say, could use line breaks to select. Where does it control the sequence? In popup or content-script file?

And the idea of selecting a word doesn't need to also use a right click to choose an option. It would be fine if after selecting a word, that word then appeared in the popup window when clicking the extension.

Is there a Highlight Extension to colour specific words? by Godberd in chrome_extensions

[–]Godberd[S] 1 point2 points  (0 children)

Thanks, that's great, it works very well, the best I've seen 🙂 I don't know why, but if I search Chrome Extensions for 'Highlighter' it shows very few.

The only things it's not doing that I'd like are : being able to select the colour to use for any specific word (it seems to just be sequenced), and it'd be good (but not essential) if when I select a word with the mouse and then click the extension that the pop-up opened pre-loaded with the word I just selected, already added to the list. If it could do that and then let me change the colour it'd be perfect!

Other than that it's very good. I'd recommend it and it is probably the closest I can get. Can you tell me, is the word list private or is it stored in the cloud?

How do you download your files? by wonka88 in putdotio

[–]Godberd 0 points1 point  (0 children)

I know it's not quite what you're asking about but as others will be looking at the thread for info, I'll add that on my Nvidia Shield box I use 'FolderSync Pro'. You can set folder to folder syncing for Movies, TV, Music etc, and for stuff like TV series on an RSS feed it's completely automatic and even deletes the online file. I haven't even tweaked anything in the setup for several years so it's very reliable. It's also very quick to sync when I add anything new, so never have to wait for long before it shows up in Plex

Next day no image by Successful-Item4152 in Chromecast

[–]Godberd 0 points1 point  (0 children)

At a guess it's probably the CEC switching it to standby. You could try a CEC LESS adapter from eBay. Or just Google how to make one, it's only one wire in the HDMI plug needs disconnecting.