This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: cp1252 -*- | |
import os | |
import time | |
import re | |
import cx_Oracle | |
class Exec: | |
debug = True | |
@staticmethod |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name crawl-gx-dataviews | |
// @namespace Utils | |
// @description crawl-gx-dataviews | |
// @include http://10.20.30.214/app/Dataviews.html | |
// ==/UserScript== | |
with(document) | |
{ | |
titles = getElementsByClassName("titulosRosaBgc"); |