43 shaares
8 private links
8 private links
3 results
tagged
Code
// ==UserScript==
// @name Twitter to Nitter
// @version 1
// @include *
// @grant none
// ==/UserScript==
window.addEventListener('load', function() {
var links = document.getElementsByTagName('a');
for (var i = 0; i < links.length; i++) {
links[i].href = links[i].href.replace('https://twitter.com', 'https://nitter.ca');
}
}, false);
Liste des codes secrets sur Android
Codes d'informations :
#06# – IMEI du téléphone
#0# – Menu d'informations (ne fonctionne pas sur tous les téléphones)
##4636## – Menu d'informations
##34971539## – Menu d'informations sur l'appareil photo
##1111##* – Version softwar
A Python wrapper for the snap7 PLC communication library - GitHub - gijzelaerr/python-snap7: A Python wrapper for the snap7 PLC communication library