#meme #blk #jokes #darkhumor
nostr:nevent1qqszz45q2f4ftlrpm8nm336nfyttuxxcphz3te8vt8cxejwwcekvxqq5z9lh2
#monkeybannananoises #fromzulubantutrees
#blk #jokes
#hesguudboi #dindunuffins #wong
nostr:nevent1qqsy83zt72z5znsxpgw9qf4n8j603tlpev82yx3j79ruads9n5qxheqfrvggp
#muhbighwhytehoidindunuffinwong
nostr:nevent1qqsgxurfkx6pyk9gqz2gfhgttk2yldjddd274h3aksapg6zu00606qshsejnx
Grab muh dragon balls.
Sharing and backing up on pdf my custom grease monkey java scripts. This one for translation of japanese and korean, with fast keyboard commands using alt key for english learners: England Canada USA And Australia I made in bedroom at home on spare time. Anyone can share, post it or reuse it sourcecode sharing here ENJOY! ~Alexander ~Italy
// ==UserScript==
// @name
[Hack] Korean/Japan Translate Alt+'x,c,v,g,q,a,w,s,b'
// @namespace ViolentMonkeyBeta
// @version
4.9
// @description Kor Dict 'Alt+x' Kor Trans 'Alt+c' Japan Dict Alt+v' Japan Trans 'Alt+g' _ Software Kor 'Alt+q' Software Jap 'Alt+w'
DuckDuckGo: Kor 'Alt+a' Jap 'Alt+s' Offline Software, search:??? 'Alt+b'
// @descrip.Cont Software Kor 'Alt+q' Software Jap 'Alt+w' DuckDuckGo: Kor 'Alt+a' Jap 'Alt+s' Offline Software, search:??? 'Alt+b'
// @author
// @match
// @grant
MegzumiSazuki
*://*/*
none
// @license MIT
// ##downloadURL
// ##updateURL
// ==/UserScript==
(function() {
'use strict';
document.addEventListener('keydown', function(event) {
/*
/*
console.log(`Key pressed: ${event.key}, Ctrl: ${event.ctrlKey}, Alt: ${event.altKey}`); */
var selection = window.getSelection().toString();
if (event.altKey && event.key.toLowerCase() === 'x' && !event.shiftKey && !event.ctrlKey) {
console.log(`Selection for search: ${selection}`); */
if (selection) {
window.open('https://duckduckgo.com/?t=h_&q=korean+online+free+dictionary+' + encodeURIComponent(selection));
}
}
if (event.altKey && event.key.toLowerCase() === 'c' && !event.shiftKey && !event.ctrlKey) {
/*
console.log(`Selection for translation: ${selection}`); */
if (selection) {
window.open('https://translate.yandex.com/en/?source_lang=en&target_lang=ko&text=' +
encodeURIComponent(selection) + '&op=translate');
}
}
if (event.shiftKey && event.altKey && event.key.toLowerCase() === 'c' && !event.ctrlKey) {
/*
console.log(`Selection for translation: ${selection}`); */
if (selection) {
window.open('https://translate.yandex.com/en/?source_lang=en&target_lang=ko&text=' +
encodeURIComponent(selection) + '&op=translate');
}
}
if (event.altKey && event.key.toLowerCase() === 'v' && !event.shiftKey && !event.ctrlKey) {
/*
/*
console.log(`Selection for search: ${selection}`); */
if (selection) {
window.open('https://duckduckgo.com/?t=h_&q=japanese+online+free+dictionary+' + encodeURIComponent(selection));
}
}
if (event.altKey && event.key.toLowerCase() === 'g' && !event.shiftKey && !event.ctrlKey) {
console.log(`Selection for translation: ${selection}`); */
if (selection) {
window.open('https://translate.yandex.com/en/?source_lang=en&target_lang=ja&text=' +
encodeURIComponent(selection) + '&op=translate');
}
}
if (event.shiftKey && event.altKey && event.key.toLowerCase() === 'g' && !event.ctrlKey) {
/*
console.log(`Selection for translation: ${selection}`); */
if (selection) {
window.open('https://translate.yandex.com/en/?source_lang=en&target_lang=ja&text=' +
encodeURIComponent(selection) + '&op=translate');
}
}
if (event.altKey && event.key.toLowerCase() === 'w' && !event.shiftKey && !event.ctrlKey) {
/*
console.log(`Selection for search: ${selection}`); */
if (selection) {
let y = window.location.href.replace &&
window.open('https://duckduckgo.com/?q=(LibreTra)_(lingva%3Ajapan%3B%22dictionary%22%2C%22PC%22%2C%22software%
22:' + encodeURIComponent(selection));
}
}
if (event.altKey && event.key.toLowerCase() === 'q' && !event.shiftKey && !event.ctrlKey) {
/*
console.log(`Selection for search: ${selection}`); */
if (selection) {
let y = window.location.href.replace &&
window.open('https://duckduckgo.com/?q=(LibreTra)_(lingva%3Ayandex%3Akorea%3B%22dictionary%22%2C%22PC%22%2C%2
2software%22:' + encodeURIComponent(selection));
}
}
if (event.altKey && event.key.toLowerCase() === 'a' && !event.shiftKey && !event.ctrlKey) {
/*
console.log(`Selection for search: ${selection}`); */
if (selection) {
let y = window.location.href.replace && window.open('https://duckduckgo.com/?q=korean%3B%22' +
encodeURIComponent(selection));
}
}
if (event.altKey && event.key.toLowerCase() === 's' && !event.shiftKey && !event.ctrlKey) {
/*
console.log(`Selection for search: ${selection}`); */
if (selection) {
let y = window.location.href.replace && window.open('https://duckduckgo.com/?q=japanese%3B%22' +
encodeURIComponent(selection));
}
}
if (event.altKey && event.key.toLowerCase() === 'b' && !event.shiftKey && !event.ctrlKey) {
/*
console.log(`Selection for search: ${selection}`); */
if (selection) {
let y = window.location.href.replace && window.open('https://duckduckgo.com/?q=%22free%22(offline
dictionary)%7Dpc%3D%22:' + encodeURIComponent(selection));
}
}
});
})();
Javascript name for vilentmonkey
Greasemonkey addons.
[Hack] Korean/Japan Translate
Alt+'x,c,v,g,q,a,w,s,b'
Settings? Use below.
In addon options.
Allow update and notify?: “Off” “No”
Icon:
https://archive.vn/6hdrW/bbf3a651382378e1100bc6
7cd7a09a40d4b9e957.jpp
#japan #korea #japanese #korean #keyboard #computer #greasemonkey #vientmonkey #edu #learning #computer #linux #mac #windows #webbrowseraddon #addon #extension
"Civilized" has let so many cesspool into both westerner continents cultural wars are now the norm and taking place in clown world politics. With Psyopts.
nostr:nevent1qqszaw77qg6hhw6mdwafh3evdu7d5j9natr5nzshy5mtke72qvyzglggzhz9h
Not just USA or Canada, Even French army now saying out in open, civil war going to brew in westerner europe thanks to mass immigration and invasions of Arab hordes and north African migrants flooding in millions upon millions invader in continent.
Not just USA or Canada, Even French army now saying out in open, civil war going to brew in westerner europe thanks to mass immigration and invasions of Arab hordes and north African migrants flooding in millions upon millions invader in continent.
Made clothing Italian gray and blue, instead of desert German brown.
nostr:nevent1qqsgs2vs54jvp33m7q7u7uhrzudmndcn83wcu94gzs8nn94935zaj0g8rze9c
Indian reporters in France: That not bad thing is is to be racially replaced by millions and millions of invaders? The politically correct: No! It guud! Keep fucking and popping out foreigner babies racially *Far* left* this is guud thing @ JUD35 NGO. #massimmigration #west
nostr:nevent1qqs8f4tvrgkgfr2c8cjrg0ah8c626v5rq3dx53fvvy6k43hxwaxfz0shl2a57
Whommmmmmmmmmmmmmmmm is the NEW pope? I have to make muh religious decision based on his politics. If he woke left turning to far easterner religion shinto and taoism.