Skip to content

Commit

Permalink
Bumped generate-ip to 2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Apr 26, 2024
1 parent 98404b0 commit a7ca7a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions greasemonkey/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
// @description:zu Faka amaphawu ase-ChatGPT kuvaliwe i-DuckDuckGo Search (okwesikhashana ngu-GPT-4!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.4.26
// @version 2024.4.26.1
// @license MIT
// @icon https://media.ddgpt.com/images/icons/duckduckgpt/icon48.png
// @icon64 https://media.ddgpt.com/images/icons/duckduckgpt/icon64.png
Expand Down Expand Up @@ -180,7 +180,7 @@
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js#sha256-n0UwfFeU7SR6DQlfOmLlLvIhWmeyMnIDp/2RmVmuedE=
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js#sha256-nLjaz8CGwpZsnsS6VPSi3EO3y+KzPOwaJ0PYhsf7R6c=
// @require https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js#sha256-jjsBF/TfS+RSwLavW48KCs+dSt4j0I1V1+MSryIHd2I=
// @require https://cdn.jsdelivr.net/npm/[email protected].4/dist/generate-ip.min.js#sha256-FJO9oo6Fpy0nY5ak5NWIEg8BtX+As53nDJEYrODHRPM=
// @require https://cdn.jsdelivr.net/npm/[email protected].10/dist/generate-ip.min.js#sha256-zbpxOSObRfvoZAdAXnLF9XrKFT6DT0zYhUN6qOzGw8c=
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
Expand Down Expand Up @@ -1411,7 +1411,7 @@
getShowReply(convo)
}

// Observe/listen for DDG scheme changes to update DDGPT scheme
// Observe for DDG scheme changes to update DDGPT scheme
(new MutationObserver(handleSchemeChange)).observe( // class changes from DDG appearance settings
document.documentElement, { attributes: true, attributeFilter: ['class'] })
function handleSchemeChange() {
Expand Down

0 comments on commit a7ca7a8

Please sign in to comment.