|
|
|
|
|
|
a*****i 发帖数: 4391 | 1 GNOME uses python binding, KDE就用ruby... ft. | m*****n 发帖数: 266 | 2 // ==UserScript==
// @name blockID
// @tag a*****[email protected]
// @description Block mitbbs ID
// @include http://*.mitbbs.com/*
// ==/UserScript==
var allElements, thisElement;
allElements = document.getElementsByTagName('*');
var pattern = /ARod|Beckett/;
for (var i=0; i
thisElement = allElements[i];
if (thisElement.className =="jiawenzhang-type" ) {
if (thisElement.innerHTML.search(pattern) != -1) {
| m******t 发帖数: 2416 | 3
Huh? There is pyQt and pyKDE3/4...
【在 a*****i 的大作中提到】 : GNOME uses python binding, KDE就用ruby... ft.
| a*****i 发帖数: 4391 | 4
the kdebindings rpm only has ruby bindings though...
【在 m******t 的大作中提到】 : : Huh? There is pyQt and pyKDE3/4...
|
|
|
|
|
|