SQL
x
SELECT *
FROM page
WHERE page_namespace NOT IN ( 2, 8 ) # user, mediawiki
AND page_content_model = 'javascript' # slow
AND page_title LIKE "%.js" # slow
# AND not full protected
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.